#154124

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

Shades of Deep Fir #154124

Tints of Deep Fir #154124

Color information

#154124 (or 0x154124) is unknown color: approx Deep Fir. HEX triplet: 15, 41 and 24. RGB value is (21,65,36). Sum of RGB (Red+Green+Blue) = 21+65+36=122 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.21% from 122); Green value is 65 (25.78% from 255 or 53.28% from 122); Blue value is 36 (14.45% from 255 or 29.51% from 122); Max value from RGB is 65 - color contains mainly: green. Hex color #154124 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154124 is #EABEDB. Grayscale: #303030. Windows color (decimal): -15384284 or 2375957. OLE color: 2375957.

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

Color convert

RGB216536-
CMYK0.6800.450.75
HSL140.45º51.16%16.86%-
HSV(B)140.45º67.69%25.49%-
XYZ2.524.072.32-
YUV48.54120.92108.36-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.21%
GREEN value IS 65 (25.78% from 255) = 53.28%
BLUE value IS 36 (14.45% from 255) = 29.51%
R=17.21%
G=53.28%
B=29.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2165360.6800.450.75140.4551.1616.86
Hex1541244402D4B8c3311
Octal25101441040551132146321
Binary1010110000011001001000100010110110010111000110011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154124; }

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

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

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

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

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

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

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

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