#154521

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

Shades of Deep Fir #154521

Tints of Deep Fir #154521

Color information

#154521 (or 0x154521) is unknown color: approx Deep Fir. HEX triplet: 15, 45 and 21. RGB value is (21,69,33). Sum of RGB (Red+Green+Blue) = 21+69+33=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 69 (27.34% from 255 or 56.10% from 123); Blue value is 33 (13.28% from 255 or 26.83% from 123); Max value from RGB is 69 - color contains mainly: green. Hex color #154521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154521 is #EABADE. Grayscale: #323232. Windows color (decimal): -15383263 or 2180373. OLE color: 2180373.

HSL color Cylindrical-coordinate representation of color #154521: hue angle of 135º degrees, saturation: 0.53, 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 #154521 is Cyan = 0.70, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.73.

Color convert

RGB216933-
CMYK0.7000.520.73
HSL135º53.33%17.65%-
HSV(B)135º69.57%27.06%-
XYZ2.714.532.17-
YUV50.54118.1106.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.07%
GREEN value IS 69 (27.34% from 255) = 56.10%
BLUE value IS 33 (13.28% from 255) = 26.83%
R=17.07%
G=56.10%
B=26.83%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2169330.7000.520.7313553.3317.65
Hex1545214603449873512
Octal25105411060641112076522
Binary1010110001011000011000110011010010010011000011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154521; }

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

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

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

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

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

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

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

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