#154E21

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

Shades of Crusoe #154E21

Tints of Crusoe #154E21

Color information

#154E21 (or 0x154E21) is unknown color: approx Crusoe. HEX triplet: 15, 4E and 21. RGB value is (21,78,33). Sum of RGB (Red+Green+Blue) = 21+78+33=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 78 (30.86% from 255 or 59.09% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 78 - color contains mainly: green. Hex color #154E21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #154E21 is #EAB1DE. Grayscale: #373737. Windows color (decimal): -15380959 or 2182677. OLE color: 2182677.

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

Color convert

RGB217833-
CMYK0.7300.580.69
HSL132.63º57.58%19.41%-
HSV(B)132.63º73.08%30.59%-
XYZ3.315.722.37-
YUV55.83115.12103.16-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.91%
GREEN value IS 78 (30.86% from 255) = 59.09%
BLUE value IS 33 (13.28% from 255) = 25%
R=15.91%
G=59.09%
B=25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2178330.7300.580.69132.6357.5819.41
Hex154E214903A45853a13
Octal25116411110721052057223
Binary1010110011101000011001001011101010001011000010111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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