#154024

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

Shades of Deep Fir #154024

Tints of Deep Fir #154024

Color information

#154024 (or 0x154024) is unknown color: approx Deep Fir. HEX triplet: 15, 40 and 24. RGB value is (21,64,36). Sum of RGB (Red+Green+Blue) = 21+64+36=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 64 (25.39% from 255 or 52.89% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 64 - color contains mainly: green. Hex color #154024 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154024 is #EABFDB. Grayscale: #303030. Windows color (decimal): -15384540 or 2375701. OLE color: 2375701.

HSL color Cylindrical-coordinate representation of color #154024: hue angle of 140.93º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #154024 is Cyan = 0.67, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.75.

Color convert

RGB216436-
CMYK0.6700.440.75
HSL140.93º50.59%16.67%-
HSV(B)140.93º67.19%25.1%-
XYZ2.463.952.3-
YUV47.95121.25108.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.36%
GREEN value IS 64 (25.39% from 255) = 52.89%
BLUE value IS 36 (14.45% from 255) = 29.75%
R=17.36%
G=52.89%
B=29.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2164360.6700.440.75140.9350.5916.67
Hex1540244302C4B8d3311
Octal25100441030541132156321
Binary1010110000001001001000011010110010010111000110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154024; }

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

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

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

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

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

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

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

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