#156024

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

Shades of Crusoe #156024

Tints of Crusoe #156024

Color information

#156024 (or 0x156024) is unknown color: approx Crusoe. HEX triplet: 15, 60 and 24. RGB value is (21,96,36). Sum of RGB (Red+Green+Blue) = 21+96+36=153 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.73% from 153); Green value is 96 (37.89% from 255 or 62.75% from 153); Blue value is 36 (14.45% from 255 or 23.53% from 153); Max value from RGB is 96 - color contains mainly: green. Hex color #156024 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156024 is #EA9FDB. Grayscale: #424242. Windows color (decimal): -15376348 or 2383893. OLE color: 2383893.

HSL color Cylindrical-coordinate representation of color #156024: hue angle of 132º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #156024 is Cyan = 0.78, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB219636-
CMYK0.7800.620.62
HSL132º64.1%22.94%-
HSV(B)132º78.12%37.65%-
XYZ4.818.653.09-
YUV66.74110.6595.38-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.73%
GREEN value IS 96 (37.89% from 255) = 62.75%
BLUE value IS 36 (14.45% from 255) = 23.53%
R=13.73%
G=62.75%
B=23.53%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2196360.7800.620.6213264.122.94
Hex1560244E03E3E844017
Octal25140441160767620410027
Binary1010111000001001001001110011111011111010000100100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156024; }

 p { color: rgb(21,96,36); }

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

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

 a { background-color: rgb(21,96,36); }

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

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

 span { border-color: rgb(21,96,36); }

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