#113E18

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

Shades of Deep Fir #113E18

Tints of Deep Fir #113E18

Color information

#113E18 (or 0x113E18) is unknown color: approx Deep Fir. HEX triplet: 11, 3E and 18. RGB value is (17,62,24). Sum of RGB (Red+Green+Blue) = 17+62+24=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 62 (24.61% from 255 or 60.19% from 103); Blue value is 24 (9.77% from 255 or 23.30% from 103); Max value from RGB is 62 - color contains mainly: green. Hex color #113E18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113E18 is #EEC1E7. Grayscale: #2C2C2C. Windows color (decimal): -15647208 or 1588753. OLE color: 1588753.

HSL color Cylindrical-coordinate representation of color #113E18: hue angle of 129.33º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #113E18 is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.76.

Color convert

RGB176224-
CMYK0.7300.610.76
HSL129.33º56.96%15.49%-
HSV(B)129.33º72.58%24.31%-
XYZ2.123.631.45-
YUV44.21116.59108.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.50%
GREEN value IS 62 (24.61% from 255) = 60.19%
BLUE value IS 24 (9.77% from 255) = 23.30%
R=16.50%
G=60.19%
B=23.30%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1762240.7300.610.76129.3356.9615.49
Hex113E184903D4C8139f
Octal2176301110751142017117
Binary1000111111011000100100101111011001100100000011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113E18; }

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

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

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

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

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

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

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

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