#156029

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

Shades of Crusoe #156029

Tints of Crusoe #156029

Color information

#156029 (or 0x156029) is unknown color: approx Crusoe. HEX triplet: 15, 60 and 29. RGB value is (21,96,41). Sum of RGB (Red+Green+Blue) = 21+96+41=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 96 (37.89% from 255 or 60.76% from 158); Blue value is 41 (16.41% from 255 or 25.95% from 158); Max value from RGB is 96 - color contains mainly: green. Hex color #156029 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156029 is #EA9FD6. Grayscale: #434343. Windows color (decimal): -15376343 or 2711573. OLE color: 2711573.

HSL color Cylindrical-coordinate representation of color #156029: hue angle of 136º 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 #156029 is Cyan = 0.78, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB219641-
CMYK0.7800.570.62
HSL136º64.1%22.94%-
HSV(B)136º78.12%37.65%-
XYZ4.898.693.52-
YUV67.31113.1594.97-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.29%
GREEN value IS 96 (37.89% from 255) = 60.76%
BLUE value IS 41 (16.41% from 255) = 25.95%
R=13.29%
G=60.76%
B=25.95%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2196410.7800.570.6213664.122.94
Hex1560294E0393E884017
Octal25140511160717621010027
Binary1010111000001010011001110011100111111010001000100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156029; }

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

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

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

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

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

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

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

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