#156224

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

Shades of Crusoe #156224

Tints of Crusoe #156224

Color information

#156224 (or 0x156224) is unknown color: approx Crusoe. HEX triplet: 15, 62 and 24. RGB value is (21,98,36). Sum of RGB (Red+Green+Blue) = 21+98+36=155 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.55% from 155); Green value is 98 (38.67% from 255 or 63.23% from 155); Blue value is 36 (14.45% from 255 or 23.23% from 155); Max value from RGB is 98 - color contains mainly: green. Hex color #156224 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156224 is #EA9DDB. Grayscale: #444444. Windows color (decimal): -15375836 or 2384405. OLE color: 2384405.

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

Color convert

RGB219836-
CMYK0.7900.630.62
HSL131.69º64.71%23.33%-
HSV(B)131.69º78.57%38.43%-
XYZ59.023.15-
YUV67.91109.9994.54-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.55%
GREEN value IS 98 (38.67% from 255) = 63.23%
BLUE value IS 36 (14.45% from 255) = 23.23%
R=13.55%
G=63.23%
B=23.23%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2198360.7900.630.62131.6964.7123.33
Hex1562244F03F3E844117
Octal25142441170777620410127
Binary1010111000101001001001111011111111111010000100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156224; }

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

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

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

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

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

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

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

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