#11591A

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

Shades of Crusoe #11591A

Tints of Crusoe #11591A

Color information

#11591A (or 0x11591A) is unknown color: approx Crusoe. HEX triplet: 11, 59 and 1A. RGB value is (17,89,26). Sum of RGB (Red+Green+Blue) = 17+89+26=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 89 (35.16% from 255 or 67.42% from 132); Blue value is 26 (10.55% from 255 or 19.70% from 132); Max value from RGB is 89 - color contains mainly: green. Hex color #11591A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11591A is #EEA6E5. Grayscale: #3C3C3C. Windows color (decimal): -15640294 or 1726737. OLE color: 1726737.

HSL color Cylindrical-coordinate representation of color #11591A: hue angle of 127.5º 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 #11591A is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.65.

Color convert

RGB178926-
CMYK0.8100.710.65
HSL127.5º67.92%20.78%-
HSV(B)127.5º80.9%34.9%-
XYZ3.997.342.18-
YUV60.29108.6597.12-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.88%
GREEN value IS 89 (35.16% from 255) = 67.42%
BLUE value IS 26 (10.55% from 255) = 19.70%
R=12.88%
G=67.42%
B=19.70%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1789260.8100.710.65127.567.9220.78
Hex11591A5104741804415
Octal2113132121010710120010425
Binary10001101100111010101000101000111100000110000000100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11591A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11591A; }

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

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

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

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

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

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

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

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