#154820

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

Shades of Deep Fir #154820

Tints of Deep Fir #154820

Color information

#154820 (or 0x154820) is unknown color: approx Deep Fir. HEX triplet: 15, 48 and 20. RGB value is (21,72,32). Sum of RGB (Red+Green+Blue) = 21+72+32=125 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.8% from 125); Green value is 72 (28.52% from 255 or 57.6% from 125); Blue value is 32 (12.89% from 255 or 25.6% from 125); Max value from RGB is 72 - color contains mainly: green. Hex color #154820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154820 is #EAB7DF. Grayscale: #343434. Windows color (decimal): -15382496 or 2115605. OLE color: 2115605.

HSL color Cylindrical-coordinate representation of color #154820: hue angle of 132.94º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #154820 is Cyan = 0.71, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB217232-
CMYK0.7100.560.72
HSL132.94º54.84%18.24%-
HSV(B)132.94º70.83%28.24%-
XYZ2.894.92.16-
YUV52.19116.6105.75-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.8%
GREEN value IS 72 (28.52% from 255) = 57.6%
BLUE value IS 32 (12.89% from 255) = 25.6%
R=16.8%
G=57.6%
B=25.6%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2172320.7100.560.72132.9454.8418.24
Hex1548204703848853712
Octal25110401070701102056722
Binary1010110010001000001000111011100010010001000010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154820; }

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

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

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

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

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

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

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

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