#154721

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

Shades of Deep Fir #154721

Tints of Deep Fir #154721

Color information

#154721 (or 0x154721) is unknown color: approx Deep Fir. HEX triplet: 15, 47 and 21. RGB value is (21,71,33). Sum of RGB (Red+Green+Blue) = 21+71+33=125 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.8% from 125); Green value is 71 (28.12% from 255 or 56.8% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 71 - color contains mainly: green. Hex color #154721 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154721 is #EAB8DE. Grayscale: #333333. Windows color (decimal): -15382751 or 2180885. OLE color: 2180885.

HSL color Cylindrical-coordinate representation of color #154721: hue angle of 134.4º 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 #154721 is Cyan = 0.70, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.72.

Color convert

RGB217133-
CMYK0.7000.540.72
HSL134.4º54.35%18.04%-
HSV(B)134.4º70.42%27.84%-
XYZ2.844.782.21-
YUV51.72117.44106.09-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.8%
GREEN value IS 71 (28.12% from 255) = 56.8%
BLUE value IS 33 (13.28% from 255) = 26.4%
R=16.8%
G=56.8%
B=26.4%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2171330.7000.540.72134.454.3518.04
Hex1547214603648863612
Octal25107411060661102066622
Binary1010110001111000011000110011011010010001000011011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154721; }

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

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

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

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

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

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

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

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