#155920

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

Shades of Crusoe #155920

Tints of Crusoe #155920

Color information

#155920 (or 0x155920) is unknown color: approx Crusoe. HEX triplet: 15, 59 and 20. RGB value is (21,89,32). Sum of RGB (Red+Green+Blue) = 21+89+32=142 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.79% from 142); Green value is 89 (35.16% from 255 or 62.68% from 142); Blue value is 32 (12.89% from 255 or 22.54% from 142); Max value from RGB is 89 - color contains mainly: green. Hex color #155920 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155920 is #EAA6DF. Grayscale: #3E3E3E. Windows color (decimal): -15378144 or 2119957. OLE color: 2119957.

HSL color Cylindrical-coordinate representation of color #155920: hue angle of 129.71º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #155920 is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB218932-
CMYK0.7600.640.65
HSL129.71º61.82%21.57%-
HSV(B)129.71º76.4%34.9%-
XYZ4.147.412.58-
YUV62.17110.9798.63-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.79%
GREEN value IS 89 (35.16% from 255) = 62.68%
BLUE value IS 32 (12.89% from 255) = 22.54%
R=14.79%
G=62.68%
B=22.54%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2189320.7600.640.65129.7161.8221.57
Hex1559204C04041823e16
Octal251314011401001012027626
Binary10101101100110000010011000100000010000011000001011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155920; }

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

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

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

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

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

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

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

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