#11552D

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

Shades of Crusoe #11552D

Tints of Crusoe #11552D

Color information

#11552D (or 0x11552D) is unknown color: approx Crusoe. HEX triplet: 11, 55 and 2D. RGB value is (17,85,45). Sum of RGB (Red+Green+Blue) = 17+85+45=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 85 (33.59% from 255 or 57.82% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 85 - color contains mainly: green. Hex color #11552D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11552D is #EEAAD2. Grayscale: #3C3C3C. Windows color (decimal): -15641299 or 2970897. OLE color: 2970897.

HSL color Cylindrical-coordinate representation of color #11552D: hue angle of 144.71º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #11552D is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB178545-
CMYK0.8000.470.67
HSL144.71º66.67%20%-
HSV(B)144.71º80%33.33%-
XYZ3.956.813.59-
YUV60.11119.4797.25-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.56%
GREEN value IS 85 (33.59% from 255) = 57.82%
BLUE value IS 45 (17.97% from 255) = 30.61%
R=11.56%
G=57.82%
B=30.61%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1785450.8000.470.67144.7166.6720
Hex11552D5002F43914314
Octal211255512005710322110324
Binary10001101010110110110100000101111100001110010001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11552D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11552D; }

 p { color: rgb(17,85,45); }

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

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

 a { background-color: rgb(17,85,45); }

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

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

 span { border-color: rgb(17,85,45); }

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