#154621

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

Shades of Deep Fir #154621

Tints of Deep Fir #154621

Color information

#154621 (or 0x154621) is unknown color: approx Deep Fir. HEX triplet: 15, 46 and 21. RGB value is (21,70,33). Sum of RGB (Red+Green+Blue) = 21+70+33=124 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.94% from 124); Green value is 70 (27.73% from 255 or 56.45% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 70 - color contains mainly: green. Hex color #154621 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154621 is #EAB9DE. Grayscale: #333333. Windows color (decimal): -15383007 or 2180629. OLE color: 2180629.

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

Color convert

RGB217033-
CMYK0.7000.530.73
HSL134.69º53.85%17.84%-
HSV(B)134.69º70%27.45%-
XYZ2.774.652.19-
YUV51.13117.77106.51-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.94%
GREEN value IS 70 (27.73% from 255) = 56.45%
BLUE value IS 33 (13.28% from 255) = 26.61%
R=16.94%
G=56.45%
B=26.61%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2170330.7000.530.73134.6953.8517.84
Hex1546214603549873612
Octal25106411060651112076622
Binary1010110001101000011000110011010110010011000011111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154621; }

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

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

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

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

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

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

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

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