#153620

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

Shades of Deep Fir #153620

Tints of Deep Fir #153620

Color information

#153620 (or 0x153620) is unknown color: approx Deep Fir. HEX triplet: 15, 36 and 20. RGB value is (21,54,32). Sum of RGB (Red+Green+Blue) = 21+54+32=107 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.63% from 107); Green value is 54 (21.48% from 255 or 50.47% from 107); Blue value is 32 (12.89% from 255 or 29.91% from 107); Max value from RGB is 54 - color contains mainly: green. Hex color #153620 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153620 is #EAC9DF. Grayscale: #292929. Windows color (decimal): -15387104 or 2110997. OLE color: 2110997.

HSL color Cylindrical-coordinate representation of color #153620: hue angle of 140º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #153620 is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.79.

Color convert

RGB215432-
CMYK0.6100.410.79
HSL140º44%14.71%-
HSV(B)140º61.11%21.18%-
XYZ1.892.91.83-
YUV41.62122.57113.29-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.63%
GREEN value IS 54 (21.48% from 255) = 50.47%
BLUE value IS 32 (12.89% from 255) = 29.91%
R=19.63%
G=50.47%
B=29.91%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2154320.6100.410.791404414.71
Hex1536203D0294F8c2cf
Octal256640750511172145417
Binary1010111011010000011110101010011001111100011001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153620; }

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

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

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

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

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

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

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

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