Html Css Color HEX #114918 Myrtle

📋 copy color: '#114918'

red 17 ◦ green 73 ◦ blue 24

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

Shades of Myrtle #114918

Tints of Myrtle #114918

RGB

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

 GREEN value IS 73 (28.91% from 255) = 64.04%

 BLUE value IS 24 (9.77% from 255) = 21.05%

R = 14.91%
G = 64.04%
B = 21.05%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#114918 (or 0x114918) is known color: Myrtle. HEX triplet: 11, 49 and 18. RGB value is (17,73,24). Sum of RGB (Red+Green+Blue) = 17+73+24=114 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.91% from 114); Green value is 73 (28.91% from 255 or 64.04% from 114); Blue value is 24 (9.77% from 255 or 21.05% from 114); Max value from RGB is 73 - color contains mainly: green. Hex color #114918 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114918 is #EEB6E7. Grayscale: #323232. Windows color (decimal): -15644392 or 1591569. OLE color: 1591569.

HSL color Cylindrical-coordinate representation of color #114918: hue angle of 127.5º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #114918 is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 73 24 -
CMYK 0.77 0 0.67 0.71
HSL 127.5º 0.62% 0.18% -
HSV(B) 127.5º 0.77% 0.29% -
XYZ 2.78 4.95 1.67 -
YUV 50.67 112.95 103.98 -
System Red Green Blue C M Y K H S L
Decimal 17 73 24 0.77 0 0.67 0.71 127.5 0.62 0.18
Hex 11 49 18 4D 0 43 47 80 3E 12
Octal 21 111 30 115 0 103 107 200 76 22
Binary 10001 1001001 11000 1001101 0 1000011 1000111 10000000 111110 10010

Color Harmonies of #114918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114918

Black with #114918

Text Example


Text Example

White with #114918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114918; }

 p { color: rgb(17,73,24); }

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

background-color css

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

 a { background-color: rgb(17,73,24); }

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

border-color css

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

 span { border-color: rgb(17,73,24); }

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