#114120

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

Shades of Deep Fir #114120

Tints of Deep Fir #114120

Color information

#114120 (or 0x114120) is unknown color: approx Deep Fir. HEX triplet: 11, 41 and 20. RGB value is (17,65,32). Sum of RGB (Red+Green+Blue) = 17+65+32=114 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.91% from 114); Green value is 65 (25.78% from 255 or 57.02% from 114); Blue value is 32 (12.89% from 255 or 28.07% from 114); Max value from RGB is 65 - color contains mainly: green. Hex color #114120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114120 is #EEBEDF. Grayscale: #2E2E2E. Windows color (decimal): -15646432 or 2113809. OLE color: 2113809.

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

Color convert

RGB176532-
CMYK0.7400.510.75
HSL138.75º58.54%16.08%-
HSV(B)138.75º73.85%25.49%-
XYZ2.3842.01-
YUV46.89119.6106.68-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.91%
GREEN value IS 65 (25.78% from 255) = 57.02%
BLUE value IS 32 (12.89% from 255) = 28.07%
R=14.91%
G=57.02%
B=28.07%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1765320.7400.510.75138.7558.5416.08
Hex1141204A0334B8b3b10
Octal21101401120631132137320
Binary1000110000011000001001010011001110010111000101111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114120; }

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

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

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

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

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

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

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

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