#113018

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

Shades of Deep Fir #113018

Tints of Deep Fir #113018

Color information

#113018 (or 0x113018) is unknown color: approx Deep Fir. HEX triplet: 11, 30 and 18. RGB value is (17,48,24). Sum of RGB (Red+Green+Blue) = 17+48+24=89 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.10% from 89); Green value is 48 (19.14% from 255 or 53.93% from 89); Blue value is 24 (9.77% from 255 or 26.97% from 89); Max value from RGB is 48 - color contains mainly: green. Hex color #113018 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113018 is #EECFE7. Grayscale: #242424. Windows color (decimal): -15650792 or 1585169. OLE color: 1585169.

HSL color Cylindrical-coordinate representation of color #113018: hue angle of 133.55º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #113018 is Cyan = 0.65, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.81.

Color convert

RGB174824-
CMYK0.6500.50.81
HSL133.55º47.69%12.75%-
HSV(B)133.55º64.58%18.82%-
XYZ1.452.31.23-
YUV35.99121.23114.45-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.10%
GREEN value IS 48 (19.14% from 255) = 53.93%
BLUE value IS 24 (9.77% from 255) = 26.97%
R=19.10%
G=53.93%
B=26.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1748240.6500.50.81133.5547.6912.75
Hex11301841032518630d
Octal2160301010621212066015
Binary1000111000011000100000101100101010001100001101100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113018; }

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

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

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

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

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

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

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

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