#153820

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

Shades of Deep Fir #153820

Tints of Deep Fir #153820

Color information

#153820 (or 0x153820) is unknown color: approx Deep Fir. HEX triplet: 15, 38 and 20. RGB value is (21,56,32). Sum of RGB (Red+Green+Blue) = 21+56+32=109 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.27% from 109); Green value is 56 (22.27% from 255 or 51.38% from 109); Blue value is 32 (12.89% from 255 or 29.36% from 109); Max value from RGB is 56 - color contains mainly: green. Hex color #153820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153820 is #EAC7DF. Grayscale: #2A2A2A. Windows color (decimal): -15386592 or 2111509. OLE color: 2111509.

HSL color Cylindrical-coordinate representation of color #153820: hue angle of 138.86º 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 #153820 is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.78.

Color convert

RGB215632-
CMYK0.6300.430.78
HSL138.86º45.45%15.1%-
HSV(B)138.86º62.5%21.96%-
XYZ1.983.091.86-
YUV42.8121.9112.45-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.27%
GREEN value IS 56 (22.27% from 255) = 51.38%
BLUE value IS 32 (12.89% from 255) = 29.36%
R=19.27%
G=51.38%
B=29.36%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2156320.6300.430.78138.8645.4515.1
Hex1538203F02B4E8b2df
Octal257040770531162135517
Binary1010111100010000011111101010111001110100010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153820; }

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

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

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

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

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

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

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

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