#11591B

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

Shades of Crusoe #11591B

Tints of Crusoe #11591B

Color information

#11591B (or 0x11591B) is unknown color: approx Crusoe. HEX triplet: 11, 59 and 1B. RGB value is (17,89,27). Sum of RGB (Red+Green+Blue) = 17+89+27=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 89 (35.16% from 255 or 66.92% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 89 - color contains mainly: green. Hex color #11591B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11591B is #EEA6E4. Grayscale: #3C3C3C. Windows color (decimal): -15640293 or 1792273. OLE color: 1792273.

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

Color convert

RGB178927-
CMYK0.8100.700.65
HSL128.33º67.92%20.78%-
HSV(B)128.33º80.9%34.9%-
XYZ47.342.24-
YUV60.4109.1597.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.78%
GREEN value IS 89 (35.16% from 255) = 66.92%
BLUE value IS 27 (10.94% from 255) = 20.30%
R=12.78%
G=66.92%
B=20.30%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1789270.8100.700.65128.3367.9220.78
Hex11591B5104641804415
Octal2113133121010610120010425
Binary10001101100111011101000101000110100000110000000100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11591B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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