#153720

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

Shades of Deep Fir #153720

Tints of Deep Fir #153720

Color information

#153720 (or 0x153720) is unknown color: approx Deep Fir. HEX triplet: 15, 37 and 20. RGB value is (21,55,32). Sum of RGB (Red+Green+Blue) = 21+55+32=108 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.44% from 108); Green value is 55 (21.88% from 255 or 50.93% from 108); Blue value is 32 (12.89% from 255 or 29.63% from 108); Max value from RGB is 55 - color contains mainly: green. Hex color #153720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153720 is #EAC8DF. Grayscale: #2A2A2A. Windows color (decimal): -15386848 or 2111253. OLE color: 2111253.

HSL color Cylindrical-coordinate representation of color #153720: hue angle of 139.41º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #153720 is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.78.

Color convert

RGB215532-
CMYK0.6200.420.78
HSL139.41º44.74%14.9%-
HSV(B)139.41º61.82%21.57%-
XYZ1.9431.84-
YUV42.21122.24112.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.44%
GREEN value IS 55 (21.88% from 255) = 50.93%
BLUE value IS 32 (12.89% from 255) = 29.63%
R=19.44%
G=50.93%
B=29.63%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2155320.6200.420.78139.4144.7414.9
Hex1537203E02A4E8b2df
Octal256740760521162135517
Binary1010111011110000011111001010101001110100010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153720; }

 p { color: rgb(21,55,32); }

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

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

 a { background-color: rgb(21,55,32); }

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

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

 span { border-color: rgb(21,55,32); }

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