#114210

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

Shades of Myrtle #114210

Tints of Myrtle #114210

Color information

#114210 (or 0x114210) is unknown color: approx Myrtle. HEX triplet: 11, 42 and 10. RGB value is (17,66,16). Sum of RGB (Red+Green+Blue) = 17+66+16=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 66 (26.17% from 255 or 66.67% from 99); Blue value is 16 (6.64% from 255 or 16.16% from 99); Max value from RGB is 66 - color contains mainly: green. Hex color #114210 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114210 is #EEBDEF. Grayscale: #2D2D2D. Windows color (decimal): -15646192 or 1065489. OLE color: 1065489.

HSL color Cylindrical-coordinate representation of color #114210: hue angle of 118.8º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #114210 is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB176616-
CMYK0.7400.760.74
HSL118.8º60.98%16.08%-
HSV(B)118.8º75.76%25.88%-
XYZ2.274.051.15-
YUV45.65111.27107.57-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.17%
GREEN value IS 66 (26.17% from 255) = 66.67%
BLUE value IS 16 (6.64% from 255) = 16.16%
R=17.17%
G=66.67%
B=16.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1766160.7400.760.74118.860.9816.08
Hex1142104A04C4A773d10
Octal211022011201141121677520
Binary100011000010100001001010010011001001010111011111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114210; }

 p { color: rgb(17,66,16); }

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

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

 a { background-color: rgb(17,66,16); }

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

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

 span { border-color: rgb(17,66,16); }

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