#154D20

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

Shades of Deep Fir #154D20

Tints of Deep Fir #154D20

Color information

#154D20 (or 0x154D20) is unknown color: approx Deep Fir. HEX triplet: 15, 4D and 20. RGB value is (21,77,32). Sum of RGB (Red+Green+Blue) = 21+77+32=130 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.15% from 130); Green value is 77 (30.47% from 255 or 59.23% from 130); Blue value is 32 (12.89% from 255 or 24.62% from 130); Max value from RGB is 77 - color contains mainly: green. Hex color #154D20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #154D20 is #EAB2DF. Grayscale: #373737. Windows color (decimal): -15381216 or 2116885. OLE color: 2116885.

HSL color Cylindrical-coordinate representation of color #154D20: hue angle of 131.79º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #154D20 is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.70.

Color convert

RGB217732-
CMYK0.7300.580.70
HSL131.79º57.14%19.22%-
HSV(B)131.79º72.73%30.2%-
XYZ3.225.572.27-
YUV55.13114.95103.66-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.15%
GREEN value IS 77 (30.47% from 255) = 59.23%
BLUE value IS 32 (12.89% from 255) = 24.62%
R=16.15%
G=59.23%
B=24.62%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2177320.7300.580.70131.7957.1419.22
Hex154D204903A46843913
Octal25115401110721062047123
Binary1010110011011000001001001011101010001101000010011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154D20; }

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

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

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

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

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

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

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

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