#11592E

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

Shades of Crusoe #11592E

Tints of Crusoe #11592E

Color information

#11592E (or 0x11592E) is unknown color: approx Crusoe. HEX triplet: 11, 59 and 2E. RGB value is (17,89,46). Sum of RGB (Red+Green+Blue) = 17+89+46=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 89 (35.16% from 255 or 58.55% from 152); Blue value is 46 (18.36% from 255 or 30.26% from 152); Max value from RGB is 89 - color contains mainly: green. Hex color #11592E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11592E is #EEA6D1. Grayscale: #3E3E3E. Windows color (decimal): -15640274 or 3037457. OLE color: 3037457.

HSL color Cylindrical-coordinate representation of color #11592E: hue angle of 144.17º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11592E is Cyan = 0.81, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB178946-
CMYK0.8100.480.65
HSL144.17º67.92%20.78%-
HSV(B)144.17º80.9%34.9%-
XYZ4.37.463.8-
YUV62.57118.6595.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.18%
GREEN value IS 89 (35.16% from 255) = 58.55%
BLUE value IS 46 (18.36% from 255) = 30.26%
R=11.18%
G=58.55%
B=30.26%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1789460.8100.480.65144.1767.9220.78
Hex11592E5103041904415
Octal211315612106010122010425
Binary10001101100110111010100010110000100000110010000100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11592E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11592E; }

 p { color: rgb(17,89,46); }

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

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

 a { background-color: rgb(17,89,46); }

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

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

 span { border-color: rgb(17,89,46); }

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