Html Css Color HEX #114C01 Myrtle

📋 copy color: '#114C01'

red 17 ◦ green 76 ◦ blue 1

#114C01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #114C01

Tints of Myrtle #114C01

RGB

 RED value IS 17 (7.03% from 255) = 18.09%

 GREEN value IS 76 (30.08% from 255) = 80.85%

 BLUE value IS 1 (0.78% from 255) = 1.06%

R = 18.09%
G = 80.85%
B = 1.06%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.99

 K value IS 0.70

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#114C01 (or 0x114C01) is known color: Myrtle. HEX triplet: 11, 4C and 01. RGB value is (17,76,1). Sum of RGB (Red+Green+Blue) = 17+76+1=94 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.09% from 94); Green value is 76 (30.08% from 255 or 80.85% from 94); Blue value is 1 (0.78% from 255 or 1.06% from 94); Max value from RGB is 76 - color contains mainly: green. Hex color #114C01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114C01 is #EEB3FE. Grayscale: #323232. Windows color (decimal): -15643647 or 85009. OLE color: 85009.

HSL color Cylindrical-coordinate representation of color #114C01: hue angle of 107.2º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #114C01 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 76 1 -
CMYK 0.78 0 0.99 0.70
HSL 107.2º 0.97% 0.15% -
HSV(B) 107.2º 0.99% 0.3% -
XYZ 2.82 5.29 0.9 -
YUV 49.81 100.45 104.6 -
System Red Green Blue C M Y K H S L
Decimal 17 76 1 0.78 0 0.99 0.70 107.2 0.97 0.15
Hex 11 4C 1 4E 0 63 46 6B 61 F
Octal 21 114 1 116 0 143 106 153 141 17
Binary 10001 1001100 1 1001110 0 1100011 1000110 1101011 1100001 1111

Color Harmonies of #114C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114C01

Black with #114C01

Text Example


Text Example

White with #114C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114C01; }

 p { color: rgb(17,76,1); }

 H1.HeaderClassName
 {
   color: #114C01;
 }
 .AnyTagClassName
 {
   color: #114C01;
 }
</style>

background-color css

<style>
 a { background-color: #114C01; }

 a { background-color: rgb(17,76,1); }

 div.DivClassName
 {
   background-color: #114C01;
 }
 .BgClassName
 {
   background-color: #114C01;
 }
</style>

border-color css

<style>
 span { border-color: #114C01; }

 span { border-color: rgb(17,76,1); }

 td.TdClassName
 {
   border-color: #114C01;
 }
 .TagClassName
 {
   border-color: #114C01;
 }
</style>