#154824

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

Shades of Deep Fir #154824

Tints of Deep Fir #154824

Color information

#154824 (or 0x154824) is unknown color: approx Deep Fir. HEX triplet: 15, 48 and 24. RGB value is (21,72,36). Sum of RGB (Red+Green+Blue) = 21+72+36=129 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.28% from 129); Green value is 72 (28.52% from 255 or 55.81% from 129); Blue value is 36 (14.45% from 255 or 27.91% from 129); Max value from RGB is 72 - color contains mainly: green. Hex color #154824 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154824 is #EAB7DB. Grayscale: #343434. Windows color (decimal): -15382492 or 2377749. OLE color: 2377749.

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

Color convert

RGB217236-
CMYK0.7100.50.72
HSL137.65º54.84%18.24%-
HSV(B)137.65º70.83%28.24%-
XYZ2.954.922.46-
YUV52.65118.6105.43-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.28%
GREEN value IS 72 (28.52% from 255) = 55.81%
BLUE value IS 36 (14.45% from 255) = 27.91%
R=16.28%
G=55.81%
B=27.91%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2172360.7100.50.72137.6554.8418.24
Hex15482447032488a3712
Octal25110441070621102126722
Binary1010110010001001001000111011001010010001000101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154824; }

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

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

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

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

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

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

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

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