#153221

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

Shades of Deep Fir #153221

Tints of Deep Fir #153221

Color information

#153221 (or 0x153221) is unknown color: approx Deep Fir. HEX triplet: 15, 32 and 21. RGB value is (21,50,33). Sum of RGB (Red+Green+Blue) = 21+50+33=104 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.19% from 104); Green value is 50 (19.92% from 255 or 48.08% from 104); Blue value is 33 (13.28% from 255 or 31.73% from 104); Max value from RGB is 50 - color contains mainly: green. Hex color #153221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153221 is #EACDDE. Grayscale: #272727. Windows color (decimal): -15388127 or 2175509. OLE color: 2175509.

HSL color Cylindrical-coordinate representation of color #153221: hue angle of 144.83º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #153221 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.80.

Color convert

RGB215033-
CMYK0.5800.340.80
HSL144.83º40.85%13.92%-
HSV(B)144.83º58%19.61%-
XYZ1.722.551.84-
YUV39.39124.39114.88-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.19%
GREEN value IS 50 (19.92% from 255) = 48.08%
BLUE value IS 33 (13.28% from 255) = 31.73%
R=20.19%
G=48.08%
B=31.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2150330.5800.340.80144.8340.8513.92
Hex1532213A022509129e
Octal256241720421202215116
Binary1010111001010000111101001000101010000100100011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153221; }

 p { color: rgb(21,50,33); }

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

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

 a { background-color: rgb(21,50,33); }

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

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

 span { border-color: rgb(21,50,33); }

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