#154225

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

Shades of Deep Fir #154225

Tints of Deep Fir #154225

Color information

#154225 (or 0x154225) is unknown color: approx Deep Fir. HEX triplet: 15, 42 and 25. RGB value is (21,66,37). Sum of RGB (Red+Green+Blue) = 21+66+37=124 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.94% from 124); Green value is 66 (26.17% from 255 or 53.23% from 124); Blue value is 37 (14.84% from 255 or 29.84% from 124); Max value from RGB is 66 - color contains mainly: green. Hex color #154225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154225 is #EABDDA. Grayscale: #313131. Windows color (decimal): -15384027 or 2441749. OLE color: 2441749.

HSL color Cylindrical-coordinate representation of color #154225: hue angle of 141.33º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #154225 is Cyan = 0.68, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.74.

Color convert

RGB216637-
CMYK0.6800.440.74
HSL141.33º51.72%17.06%-
HSV(B)141.33º68.18%25.88%-
XYZ2.594.192.42-
YUV49.24121.09107.86-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.94%
GREEN value IS 66 (26.17% from 255) = 53.23%
BLUE value IS 37 (14.84% from 255) = 29.84%
R=16.94%
G=53.23%
B=29.84%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2166370.6800.440.74141.3351.7217.06
Hex1542254402C4A8d3411
Octal25102451040541122156421
Binary1010110000101001011000100010110010010101000110111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154225; }

 p { color: rgb(21,66,37); }

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

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

 a { background-color: rgb(21,66,37); }

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

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

 span { border-color: rgb(21,66,37); }

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