#114718

Color #114718 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #114718

Tints of Myrtle #114718

Color information

#114718 (or 0x114718) is unknown color: approx Myrtle. HEX triplet: 11, 47 and 18. RGB value is (17,71,24). Sum of RGB (Red+Green+Blue) = 17+71+24=112 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.18% from 112); Green value is 71 (28.12% from 255 or 63.39% from 112); Blue value is 24 (9.77% from 255 or 21.43% from 112); Max value from RGB is 71 - color contains mainly: green. Hex color #114718 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114718 is #EEB8E7. Grayscale: #313131. Windows color (decimal): -15644904 or 1591057. OLE color: 1591057.

HSL color Cylindrical-coordinate representation of color #114718: hue angle of 127.78º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #114718 is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.72.

Color convert

RGB177124-
CMYK0.7600.660.72
HSL127.78º61.36%17.25%-
HSV(B)127.78º76.06%27.84%-
XYZ2.654.691.63-
YUV49.5113.61104.82-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.18%
GREEN value IS 71 (28.12% from 255) = 63.39%
BLUE value IS 24 (9.77% from 255) = 21.43%
R=15.18%
G=63.39%
B=21.43%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1771240.7600.660.72127.7861.3617.25
Hex1147184C04248803d11
Octal211073011401021102007521
Binary1000110001111100010011000100001010010001000000011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114718; }

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

 H1.HeaderClassName
 {
   color: #114718;
 }
 .AnyTagClassName
 {
   color: #114718;
 }
</style>
background-color css

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

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

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

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

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

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