#153921

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

Shades of Deep Fir #153921

Tints of Deep Fir #153921

Color information

#153921 (or 0x153921) is unknown color: approx Deep Fir. HEX triplet: 15, 39 and 21. RGB value is (21,57,33). Sum of RGB (Red+Green+Blue) = 21+57+33=111 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.92% from 111); Green value is 57 (22.66% from 255 or 51.35% from 111); Blue value is 33 (13.28% from 255 or 29.73% from 111); Max value from RGB is 57 - color contains mainly: green. Hex color #153921 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153921 is #EAC6DE. Grayscale: #2B2B2B. Windows color (decimal): -15386335 or 2177301. OLE color: 2177301.

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

Color convert

RGB215733-
CMYK0.6300.420.78
HSL140º46.15%15.29%-
HSV(B)140º63.16%22.35%-
XYZ2.053.21.95-
YUV43.5122.07111.95-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.92%
GREEN value IS 57 (22.66% from 255) = 51.35%
BLUE value IS 33 (13.28% from 255) = 29.73%
R=18.92%
G=51.35%
B=29.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2157330.6300.420.7814046.1515.29
Hex1539213F02A4E8c2ef
Octal257141770521162145617
Binary1010111100110000111111101010101001110100011001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153921; }

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

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

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

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

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

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

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

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