#154120

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

Shades of Deep Fir #154120

Tints of Deep Fir #154120

Color information

#154120 (or 0x154120) is unknown color: approx Deep Fir. HEX triplet: 15, 41 and 20. RGB value is (21,65,32). Sum of RGB (Red+Green+Blue) = 21+65+32=118 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.80% from 118); Green value is 65 (25.78% from 255 or 55.08% from 118); Blue value is 32 (12.89% from 255 or 27.12% from 118); Max value from RGB is 65 - color contains mainly: green. Hex color #154120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154120 is #EABEDF. Grayscale: #303030. Windows color (decimal): -15384288 or 2113813. OLE color: 2113813.

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

Color convert

RGB216532-
CMYK0.6800.510.75
HSL135º51.16%16.86%-
HSV(B)135º67.69%25.49%-
XYZ2.464.042.02-
YUV48.08118.92108.68-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.80%
GREEN value IS 65 (25.78% from 255) = 55.08%
BLUE value IS 32 (12.89% from 255) = 27.12%
R=17.80%
G=55.08%
B=27.12%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2165320.6800.510.7513551.1616.86
Hex154120440334B873311
Octal25101401040631132076321
Binary1010110000011000001000100011001110010111000011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154120; }

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

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

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

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

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

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

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

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