#154925

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

Shades of Deep Fir #154925

Tints of Deep Fir #154925

Color information

#154925 (or 0x154925) is unknown color: approx Deep Fir. HEX triplet: 15, 49 and 25. RGB value is (21,73,37). Sum of RGB (Red+Green+Blue) = 21+73+37=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 73 (28.91% from 255 or 55.73% from 131); Blue value is 37 (14.84% from 255 or 28.24% from 131); Max value from RGB is 73 - color contains mainly: green. Hex color #154925 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154925 is #EAB6DA. Grayscale: #353535. Windows color (decimal): -15382235 or 2443541. OLE color: 2443541.

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

Color convert

RGB217337-
CMYK0.7100.490.71
HSL138.46º55.32%18.43%-
HSV(B)138.46º71.23%28.63%-
XYZ3.035.062.57-
YUV53.35118.77104.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.03%
GREEN value IS 73 (28.91% from 255) = 55.73%
BLUE value IS 37 (14.84% from 255) = 28.24%
R=16.03%
G=55.73%
B=28.24%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2173370.7100.490.71138.4655.3218.43
Hex15492547031478a3712
Octal25111451070611072126722
Binary1010110010011001011000111011000110001111000101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154925; }

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

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

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

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

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

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

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

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