#154424

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

Shades of Deep Fir #154424

Tints of Deep Fir #154424

Color information

#154424 (or 0x154424) is unknown color: approx Deep Fir. HEX triplet: 15, 44 and 24. RGB value is (21,68,36). Sum of RGB (Red+Green+Blue) = 21+68+36=125 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.8% from 125); Green value is 68 (26.95% from 255 or 54.4% from 125); Blue value is 36 (14.45% from 255 or 28.8% from 125); Max value from RGB is 68 - color contains mainly: green. Hex color #154424 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154424 is #EABBDB. Grayscale: #323232. Windows color (decimal): -15383516 or 2376725. OLE color: 2376725.

HSL color Cylindrical-coordinate representation of color #154424: hue angle of 139.15º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #154424 is Cyan = 0.69, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB216836-
CMYK0.6900.470.73
HSL139.15º52.81%17.45%-
HSV(B)139.15º69.12%26.67%-
XYZ2.694.422.38-
YUV50.3119.93107.1-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.8%
GREEN value IS 68 (26.95% from 255) = 54.4%
BLUE value IS 36 (14.45% from 255) = 28.8%
R=16.8%
G=54.4%
B=28.8%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2168360.6900.470.73139.1552.8117.45
Hex1544244502F498b3511
Octal25104441050571112136521
Binary1010110001001001001000101010111110010011000101111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154424; }

 p { color: rgb(21,68,36); }

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

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

 a { background-color: rgb(21,68,36); }

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

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

 span { border-color: rgb(21,68,36); }

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