#114219

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

Shades of Deep Fir #114219

Tints of Deep Fir #114219

Color information

#114219 (or 0x114219) is unknown color: approx Deep Fir. HEX triplet: 11, 42 and 19. RGB value is (17,66,25). Sum of RGB (Red+Green+Blue) = 17+66+25=108 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.74% from 108); Green value is 66 (26.17% from 255 or 61.11% from 108); Blue value is 25 (10.16% from 255 or 23.15% from 108); Max value from RGB is 66 - color contains mainly: green. Hex color #114219 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114219 is #EEBDE6. Grayscale: #2E2E2E. Windows color (decimal): -15646183 or 1655313. OLE color: 1655313.

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

Color convert

RGB176625-
CMYK0.7400.620.74
HSL129.8º59.04%16.27%-
HSV(B)129.8º74.24%25.88%-
XYZ2.354.091.58-
YUV46.68115.77106.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.74%
GREEN value IS 66 (26.17% from 255) = 61.11%
BLUE value IS 25 (10.16% from 255) = 23.15%
R=15.74%
G=61.11%
B=23.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1766250.7400.620.74129.859.0416.27
Hex1142194A03E4A823b10
Octal21102311120761122027320
Binary100011000010110011001010011111010010101000001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114219; }

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

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

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

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

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

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

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

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