#154720

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

Shades of Deep Fir #154720

Tints of Deep Fir #154720

Color information

#154720 (or 0x154720) is unknown color: approx Deep Fir. HEX triplet: 15, 47 and 20. RGB value is (21,71,32). Sum of RGB (Red+Green+Blue) = 21+71+32=124 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.94% from 124); Green value is 71 (28.12% from 255 or 57.26% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 71 - color contains mainly: green. Hex color #154720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154720 is #EAB8DF. Grayscale: #333333. Windows color (decimal): -15382752 or 2115349. OLE color: 2115349.

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

Color convert

RGB217132-
CMYK0.7000.550.72
HSL133.2º54.35%18.04%-
HSV(B)133.2º70.42%27.84%-
XYZ2.824.772.14-
YUV51.6116.94106.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.94%
GREEN value IS 71 (28.12% from 255) = 57.26%
BLUE value IS 32 (12.89% from 255) = 25.81%
R=16.94%
G=57.26%
B=25.81%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2171320.7000.550.72133.254.3518.04
Hex1547204603748853612
Octal25107401060671102056622
Binary1010110001111000001000110011011110010001000010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154720; }

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

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

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

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

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

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

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

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