#114020

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

Shades of Deep Fir #114020

Tints of Deep Fir #114020

Color information

#114020 (or 0x114020) is unknown color: approx Deep Fir. HEX triplet: 11, 40 and 20. RGB value is (17,64,32). Sum of RGB (Red+Green+Blue) = 17+64+32=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 64 (25.39% from 255 or 56.64% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 64 - color contains mainly: green. Hex color #114020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114020 is #EEBFDF. Grayscale: #2E2E2E. Windows color (decimal): -15646688 or 2113553. OLE color: 2113553.

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

Color convert

RGB176432-
CMYK0.7300.500.75
HSL139.15º58.02%15.88%-
HSV(B)139.15º73.44%25.1%-
XYZ2.333.891.99-
YUV46.3119.93107.1-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.04%
GREEN value IS 64 (25.39% from 255) = 56.64%
BLUE value IS 32 (12.89% from 255) = 28.32%
R=15.04%
G=56.64%
B=28.32%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1764320.7300.500.75139.1558.0215.88
Hex114020490324B8b3a10
Octal21100401110621132137220
Binary1000110000001000001001001011001010010111000101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114020; }

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

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

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

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

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

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

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

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