#113619

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

Shades of Deep Fir #113619

Tints of Deep Fir #113619

Color information

#113619 (or 0x113619) is unknown color: approx Deep Fir. HEX triplet: 11, 36 and 19. RGB value is (17,54,25). Sum of RGB (Red+Green+Blue) = 17+54+25=96 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.71% from 96); Green value is 54 (21.48% from 255 or 56.25% from 96); Blue value is 25 (10.16% from 255 or 26.04% from 96); Max value from RGB is 54 - color contains mainly: green. Hex color #113619 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113619 is #EEC9E6. Grayscale: #272727. Windows color (decimal): -15649255 or 1652241. OLE color: 1652241.

HSL color Cylindrical-coordinate representation of color #113619: hue angle of 132.97º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #113619 is Cyan = 0.69, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.79.

Color convert

RGB175425-
CMYK0.6900.540.79
HSL132.97º52.11%13.92%-
HSV(B)132.97º68.52%21.18%-
XYZ1.732.831.37-
YUV39.63119.74111.86-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.71%
GREEN value IS 54 (21.48% from 255) = 56.25%
BLUE value IS 25 (10.16% from 255) = 26.04%
R=17.71%
G=56.25%
B=26.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1754250.6900.540.79132.9752.1113.92
Hex113619450364F8534e
Octal2166311050661172056416
Binary1000111011011001100010101101101001111100001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113619; }

 p { color: rgb(17,54,25); }

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

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

 a { background-color: rgb(17,54,25); }

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

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

 span { border-color: rgb(17,54,25); }

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