#113819

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

Shades of Deep Fir #113819

Tints of Deep Fir #113819

Color information

#113819 (or 0x113819) is unknown color: approx Deep Fir. HEX triplet: 11, 38 and 19. RGB value is (17,56,25). Sum of RGB (Red+Green+Blue) = 17+56+25=98 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.35% from 98); Green value is 56 (22.27% from 255 or 57.14% from 98); Blue value is 25 (10.16% from 255 or 25.51% from 98); Max value from RGB is 56 - color contains mainly: green. Hex color #113819 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113819 is #EEC7E6. Grayscale: #282828. Windows color (decimal): -15648743 or 1652753. OLE color: 1652753.

HSL color Cylindrical-coordinate representation of color #113819: hue angle of 132.31º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #113819 is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.78.

Color convert

RGB175625-
CMYK0.7000.550.78
HSL132.31º53.42%14.31%-
HSV(B)132.31º69.64%21.96%-
XYZ1.823.021.41-
YUV40.8119.08111.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.35%
GREEN value IS 56 (22.27% from 255) = 57.14%
BLUE value IS 25 (10.16% from 255) = 25.51%
R=17.35%
G=57.14%
B=25.51%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1756250.7000.550.78132.3153.4214.31
Hex113819460374E8435e
Octal2170311060671162046516
Binary1000111100011001100011001101111001110100001001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113819; }

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

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

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

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

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

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

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

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