#114220

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

Shades of Deep Fir #114220

Tints of Deep Fir #114220

Color information

#114220 (or 0x114220) is unknown color: approx Deep Fir. HEX triplet: 11, 42 and 20. RGB value is (17,66,32). Sum of RGB (Red+Green+Blue) = 17+66+32=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 66 (26.17% from 255 or 57.39% from 115); Blue value is 32 (12.89% from 255 or 27.83% from 115); Max value from RGB is 66 - color contains mainly: green. Hex color #114220 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114220 is #EEBDDF. Grayscale: #2F2F2F. Windows color (decimal): -15646176 or 2114065. OLE color: 2114065.

HSL color Cylindrical-coordinate representation of color #114220: hue angle of 138.37º 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 #114220 is Cyan = 0.74, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB176632-
CMYK0.7400.520.74
HSL138.37º59.04%16.27%-
HSV(B)138.37º74.24%25.88%-
XYZ2.444.122.03-
YUV47.47119.27106.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.78%
GREEN value IS 66 (26.17% from 255) = 57.39%
BLUE value IS 32 (12.89% from 255) = 27.83%
R=14.78%
G=57.39%
B=27.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1766320.7400.520.74138.3759.0416.27
Hex1142204A0344A8a3b10
Octal21102401120641122127320
Binary1000110000101000001001010011010010010101000101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114220; }

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

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

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

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

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

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

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

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