#154F20

Color #154F20 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #154F20

Tints of Crusoe #154F20

Color information

#154F20 (or 0x154F20) is unknown color: approx Crusoe. HEX triplet: 15, 4F and 20. RGB value is (21,79,32). Sum of RGB (Red+Green+Blue) = 21+79+32=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 79 (31.25% from 255 or 59.85% from 132); Blue value is 32 (12.89% from 255 or 24.24% from 132); Max value from RGB is 79 - color contains mainly: green. Hex color #154F20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #154F20 is #EAB0DF. Grayscale: #383838. Windows color (decimal): -15380704 or 2117397. OLE color: 2117397.

HSL color Cylindrical-coordinate representation of color #154F20: hue angle of 131.38º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #154F20 is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB217932-
CMYK0.7300.590.69
HSL131.38º58%19.61%-
HSV(B)131.38º73.42%30.98%-
XYZ3.375.862.32-
YUV56.3114.28102.82-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.91%
GREEN value IS 79 (31.25% from 255) = 59.85%
BLUE value IS 32 (12.89% from 255) = 24.24%
R=15.91%
G=59.85%
B=24.24%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2179320.7300.590.69131.385819.61
Hex154F204903B45833a14
Octal25117401110731052037224
Binary1010110011111000001001001011101110001011000001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154F20; }

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

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

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

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

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

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

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

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