#11582C

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

Shades of Crusoe #11582C

Tints of Crusoe #11582C

Color information

#11582C (or 0x11582C) is unknown color: approx Crusoe. HEX triplet: 11, 58 and 2C. RGB value is (17,88,44). Sum of RGB (Red+Green+Blue) = 17+88+44=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 88 (34.77% from 255 or 59.06% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 88 - color contains mainly: green. Hex color #11582C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11582C is #EEA7D3. Grayscale: #3D3D3D. Windows color (decimal): -15640532 or 2906129. OLE color: 2906129.

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

Color convert

RGB178844-
CMYK0.8100.50.65
HSL142.82º67.62%20.59%-
HSV(B)142.82º80.68%34.51%-
XYZ4.187.283.57-
YUV61.76117.9896.08-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.41%
GREEN value IS 88 (34.77% from 255) = 59.06%
BLUE value IS 44 (17.58% from 255) = 29.53%
R=11.41%
G=59.06%
B=29.53%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1788440.8100.50.65142.8267.6220.59
Hex11582C51032418f4415
Octal211305412106210121710425
Binary10001101100010110010100010110010100000110001111100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11582C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11582C; }

 p { color: rgb(17,88,44); }

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

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

 a { background-color: rgb(17,88,44); }

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

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

 span { border-color: rgb(17,88,44); }

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