#154125

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

Shades of Deep Fir #154125

Tints of Deep Fir #154125

Color information

#154125 (or 0x154125) is unknown color: approx Deep Fir. HEX triplet: 15, 41 and 25. RGB value is (21,65,37). Sum of RGB (Red+Green+Blue) = 21+65+37=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 65 (25.78% from 255 or 52.85% from 123); Blue value is 37 (14.84% from 255 or 30.08% from 123); Max value from RGB is 65 - color contains mainly: green. Hex color #154125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154125 is #EABEDA. Grayscale: #303030. Windows color (decimal): -15384283 or 2441493. OLE color: 2441493.

HSL color Cylindrical-coordinate representation of color #154125: hue angle of 141.82º 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 #154125 is Cyan = 0.68, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.75.

Color convert

RGB216537-
CMYK0.6800.430.75
HSL141.82º51.16%16.86%-
HSV(B)141.82º67.69%25.49%-
XYZ2.534.072.4-
YUV48.65121.42108.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.07%
GREEN value IS 65 (25.78% from 255) = 52.85%
BLUE value IS 37 (14.84% from 255) = 30.08%
R=17.07%
G=52.85%
B=30.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2165370.6800.430.75141.8251.1616.86
Hex1541254402B4B8e3311
Octal25101451040531132166321
Binary1010110000011001011000100010101110010111000111011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154125; }

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

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

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

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

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

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

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

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