#114624

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

Shades of Deep Fir #114624

Tints of Deep Fir #114624

Color information

#114624 (or 0x114624) is unknown color: approx Deep Fir. HEX triplet: 11, 46 and 24. RGB value is (17,70,36). Sum of RGB (Red+Green+Blue) = 17+70+36=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 70 (27.73% from 255 or 56.91% from 123); Blue value is 36 (14.45% from 255 or 29.27% from 123); Max value from RGB is 70 - color contains mainly: green. Hex color #114624 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114624 is #EEB9DB. Grayscale: #323232. Windows color (decimal): -15645148 or 2377233. OLE color: 2377233.

HSL color Cylindrical-coordinate representation of color #114624: hue angle of 141.51º 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 #114624 is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.73.

Color convert

RGB177036-
CMYK0.7600.490.73
HSL141.51º60.92%17.06%-
HSV(B)141.51º75.71%27.45%-
XYZ2.744.632.42-
YUV50.28119.94104.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.82%
GREEN value IS 70 (27.73% from 255) = 56.91%
BLUE value IS 36 (14.45% from 255) = 29.27%
R=13.82%
G=56.91%
B=29.27%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1770360.7600.490.73141.5160.9217.06
Hex1146244C031498e3d11
Octal21106441140611112167521
Binary1000110001101001001001100011000110010011000111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114624; }

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

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

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

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

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

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

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

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