#114225

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

Shades of Deep Fir #114225

Tints of Deep Fir #114225

Color information

#114225 (or 0x114225) is unknown color: approx Deep Fir. HEX triplet: 11, 42 and 25. RGB value is (17,66,37). Sum of RGB (Red+Green+Blue) = 17+66+37=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 66 (26.17% from 255 or 55% from 120); Blue value is 37 (14.84% from 255 or 30.83% from 120); Max value from RGB is 66 - color contains mainly: green. Hex color #114225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114225 is #EEBDDA. Grayscale: #303030. Windows color (decimal): -15646171 or 2441745. OLE color: 2441745.

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

Color convert

RGB176637-
CMYK0.7400.440.74
HSL144.49º59.04%16.27%-
HSV(B)144.49º74.24%25.88%-
XYZ2.514.152.42-
YUV48.04121.77105.86-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.17%
GREEN value IS 66 (26.17% from 255) = 55%
BLUE value IS 37 (14.84% from 255) = 30.83%
R=14.17%
G=55%
B=30.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1766370.7400.440.74144.4959.0416.27
Hex1142254A02C4A903b10
Octal21102451120541122207320
Binary1000110000101001011001010010110010010101001000011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114225; }

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

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

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

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

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

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

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

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