#154421

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

Shades of Deep Fir #154421

Tints of Deep Fir #154421

Color information

#154421 (or 0x154421) is unknown color: approx Deep Fir. HEX triplet: 15, 44 and 21. RGB value is (21,68,33). Sum of RGB (Red+Green+Blue) = 21+68+33=122 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.21% from 122); Green value is 68 (26.95% from 255 or 55.74% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 68 - color contains mainly: green. Hex color #154421 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154421 is #EABBDE. Grayscale: #323232. Windows color (decimal): -15383519 or 2180117. OLE color: 2180117.

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

Color convert

RGB216833-
CMYK0.6900.510.73
HSL135.32º52.81%17.45%-
HSV(B)135.32º69.12%26.67%-
XYZ2.654.42.15-
YUV49.96118.43107.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.21%
GREEN value IS 68 (26.95% from 255) = 55.74%
BLUE value IS 33 (13.28% from 255) = 27.05%
R=17.21%
G=55.74%
B=27.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2168330.6900.510.73135.3252.8117.45
Hex1544214503349873511
Octal25104411050631112076521
Binary1010110001001000011000101011001110010011000011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154421; }

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

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

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

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

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

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

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

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