#154525

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

Shades of Deep Fir #154525

Tints of Deep Fir #154525

Color information

#154525 (or 0x154525) is unknown color: approx Deep Fir. HEX triplet: 15, 45 and 25. RGB value is (21,69,37). Sum of RGB (Red+Green+Blue) = 21+69+37=127 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.54% from 127); Green value is 69 (27.34% from 255 or 54.33% from 127); Blue value is 37 (14.84% from 255 or 29.13% from 127); Max value from RGB is 69 - color contains mainly: green. Hex color #154525 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154525 is #EABADA. Grayscale: #333333. Windows color (decimal): -15383259 or 2442517. OLE color: 2442517.

HSL color Cylindrical-coordinate representation of color #154525: hue angle of 140º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #154525 is Cyan = 0.70, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB216937-
CMYK0.7000.460.73
HSL140º53.33%17.65%-
HSV(B)140º69.57%27.06%-
XYZ2.774.552.48-
YUV51120.1106.6-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.54%
GREEN value IS 69 (27.34% from 255) = 54.33%
BLUE value IS 37 (14.84% from 255) = 29.13%
R=16.54%
G=54.33%
B=29.13%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2169370.7000.460.7314053.3317.65
Hex1545254602E498c3512
Octal25105451060561112146522
Binary1010110001011001011000110010111010010011000110011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154525; }

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

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

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

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

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

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

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

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