#11552F

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

Shades of Crusoe #11552F

Tints of Crusoe #11552F

Color information

#11552F (or 0x11552F) is unknown color: approx Crusoe. HEX triplet: 11, 55 and 2F. RGB value is (17,85,47). Sum of RGB (Red+Green+Blue) = 17+85+47=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 85 (33.59% from 255 or 57.05% from 149); Blue value is 47 (18.75% from 255 or 31.54% from 149); Max value from RGB is 85 - color contains mainly: green. Hex color #11552F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11552F is #EEAAD0. Grayscale: #3C3C3C. Windows color (decimal): -15641297 or 3101969. OLE color: 3101969.

HSL color Cylindrical-coordinate representation of color #11552F: hue angle of 146.47º 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 #11552F is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB178547-
CMYK0.8000.450.67
HSL146.47º66.67%20%-
HSV(B)146.47º80%33.33%-
XYZ3.996.823.8-
YUV60.34120.4797.09-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.41%
GREEN value IS 85 (33.59% from 255) = 57.05%
BLUE value IS 47 (18.75% from 255) = 31.54%
R=11.41%
G=57.05%
B=31.54%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1785470.8000.450.67146.4766.6720
Hex11552F5002D43924314
Octal211255712005510322210324
Binary10001101010110111110100000101101100001110010010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11552F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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