#154020

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

Shades of Deep Fir #154020

Tints of Deep Fir #154020

Color information

#154020 (or 0x154020) is unknown color: approx Deep Fir. HEX triplet: 15, 40 and 20. RGB value is (21,64,32). Sum of RGB (Red+Green+Blue) = 21+64+32=117 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.95% from 117); Green value is 64 (25.39% from 255 or 54.70% from 117); Blue value is 32 (12.89% from 255 or 27.35% from 117); Max value from RGB is 64 - color contains mainly: green. Hex color #154020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154020 is #EABFDF. Grayscale: #2F2F2F. Windows color (decimal): -15384544 or 2113557. OLE color: 2113557.

HSL color Cylindrical-coordinate representation of color #154020: hue angle of 135.35º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #154020 is Cyan = 0.67, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB216432-
CMYK0.6700.500.75
HSL135.35º50.59%16.67%-
HSV(B)135.35º67.19%25.1%-
XYZ2.43.932-
YUV47.5119.25109.1-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.95%
GREEN value IS 64 (25.39% from 255) = 54.70%
BLUE value IS 32 (12.89% from 255) = 27.35%
R=17.95%
G=54.70%
B=27.35%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2164320.6700.500.75135.3550.5916.67
Hex154020430324B873311
Octal25100401030621132076321
Binary1010110000001000001000011011001010010111000011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154020; }

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

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

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

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

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

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

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

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