#113017

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

Shades of Deep Fir #113017

Tints of Deep Fir #113017

Color information

#113017 (or 0x113017) is unknown color: approx Deep Fir. HEX triplet: 11, 30 and 17. RGB value is (17,48,23). Sum of RGB (Red+Green+Blue) = 17+48+23=88 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.32% from 88); Green value is 48 (19.14% from 255 or 54.55% from 88); Blue value is 23 (9.38% from 255 or 26.14% from 88); Max value from RGB is 48 - color contains mainly: green. Hex color #113017 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113017 is #EECFE8. Grayscale: #232323. Windows color (decimal): -15650793 or 1519633. OLE color: 1519633.

HSL color Cylindrical-coordinate representation of color #113017: hue angle of 131.61º 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 #113017 is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.81.

Color convert

RGB174823-
CMYK0.6500.520.81
HSL131.61º47.69%12.75%-
HSV(B)131.61º64.58%18.82%-
XYZ1.442.291.18-
YUV35.88120.73114.53-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.32%
GREEN value IS 48 (19.14% from 255) = 54.55%
BLUE value IS 23 (9.38% from 255) = 26.14%
R=19.32%
G=54.55%
B=26.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1748230.6500.520.81131.6147.6912.75
Hex11301741034518430d
Octal2160271010641212046015
Binary1000111000010111100000101101001010001100001001100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113017; }

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

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

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

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

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

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

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

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