#114018

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

Shades of Deep Fir #114018

Tints of Deep Fir #114018

Color information

#114018 (or 0x114018) is unknown color: approx Deep Fir. HEX triplet: 11, 40 and 18. RGB value is (17,64,24). Sum of RGB (Red+Green+Blue) = 17+64+24=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 64 (25.39% from 255 or 60.95% from 105); Blue value is 24 (9.77% from 255 or 22.86% from 105); Max value from RGB is 64 - color contains mainly: green. Hex color #114018 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114018 is #EEBFE7. Grayscale: #2D2D2D. Windows color (decimal): -15646696 or 1589265. OLE color: 1589265.

HSL color Cylindrical-coordinate representation of color #114018: hue angle of 128.94º 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 #114018 is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB176424-
CMYK0.7300.620.75
HSL128.94º58.02%15.88%-
HSV(B)128.94º73.44%25.1%-
XYZ2.233.851.49-
YUV45.39115.93107.75-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.19%
GREEN value IS 64 (25.39% from 255) = 60.95%
BLUE value IS 24 (9.77% from 255) = 22.86%
R=16.19%
G=60.95%
B=22.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1764240.7300.620.75128.9458.0215.88
Hex1140184903E4B813a10
Octal21100301110761132017220
Binary100011000000110001001001011111010010111000000111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114018; }

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

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

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

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

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

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

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

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