#154420

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

Shades of Deep Fir #154420

Tints of Deep Fir #154420

Color information

#154420 (or 0x154420) is unknown color: approx Deep Fir. HEX triplet: 15, 44 and 20. RGB value is (21,68,32). Sum of RGB (Red+Green+Blue) = 21+68+32=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 68 (26.95% from 255 or 56.20% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 68 - color contains mainly: green. Hex color #154420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154420 is #EABBDF. Grayscale: #313131. Windows color (decimal): -15383520 or 2114581. OLE color: 2114581.

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

Color convert

RGB216832-
CMYK0.6900.530.73
HSL134.04º52.81%17.45%-
HSV(B)134.04º69.12%26.67%-
XYZ2.644.42.08-
YUV49.84117.93107.43-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.36%
GREEN value IS 68 (26.95% from 255) = 56.20%
BLUE value IS 32 (12.89% from 255) = 26.45%
R=17.36%
G=56.20%
B=26.45%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2168320.6900.530.73134.0452.8117.45
Hex1544204503549863511
Octal25104401050651112066521
Binary1010110001001000001000101011010110010011000011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154420; }

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

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

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

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

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

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

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

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