#114620

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

Shades of Deep Fir #114620

Tints of Deep Fir #114620

Color information

#114620 (or 0x114620) is unknown color: approx Deep Fir. HEX triplet: 11, 46 and 20. RGB value is (17,70,32). Sum of RGB (Red+Green+Blue) = 17+70+32=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 70 (27.73% from 255 or 58.82% from 119); Blue value is 32 (12.89% from 255 or 26.89% from 119); Max value from RGB is 70 - color contains mainly: green. Hex color #114620 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114620 is #EEB9DF. Grayscale: #313131. Windows color (decimal): -15645152 or 2115089. OLE color: 2115089.

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

Color convert

RGB177032-
CMYK0.7600.540.73
HSL136.98º60.92%17.06%-
HSV(B)136.98º75.71%27.45%-
XYZ2.684.62.11-
YUV49.82117.94104.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.29%
GREEN value IS 70 (27.73% from 255) = 58.82%
BLUE value IS 32 (12.89% from 255) = 26.89%
R=14.29%
G=58.82%
B=26.89%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1770320.7600.540.73136.9860.9217.06
Hex1146204C03649893d11
Octal21106401140661112117521
Binary1000110001101000001001100011011010010011000100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114620; }

 p { color: rgb(17,70,32); }

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

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

 a { background-color: rgb(17,70,32); }

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

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

 span { border-color: rgb(17,70,32); }

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