#11551C

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

Shades of Crusoe #11551C

Tints of Crusoe #11551C

Color information

#11551C (or 0x11551C) is unknown color: approx Crusoe. HEX triplet: 11, 55 and 1C. RGB value is (17,85,28). Sum of RGB (Red+Green+Blue) = 17+85+28=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 85 (33.59% from 255 or 65.38% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 85 - color contains mainly: green. Hex color #11551C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11551C is #EEAAE3. Grayscale: #3A3A3A. Windows color (decimal): -15641316 or 1856785. OLE color: 1856785.

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

Color convert

RGB178528-
CMYK0.8000.670.67
HSL129.71º66.67%20%-
HSV(B)129.71º80%33.33%-
XYZ3.696.72.2-
YUV58.17110.9798.63-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.08%
GREEN value IS 85 (33.59% from 255) = 65.38%
BLUE value IS 28 (11.33% from 255) = 21.54%
R=13.08%
G=65.38%
B=21.54%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1785280.8000.670.67129.7166.6720
Hex11551C5004343824314
Octal2112534120010310320210324
Binary10001101010111100101000001000011100001110000010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11551C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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