#11551D

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

Shades of Crusoe #11551D

Tints of Crusoe #11551D

Color information

#11551D (or 0x11551D) is unknown color: approx Crusoe. HEX triplet: 11, 55 and 1D. RGB value is (17,85,29). Sum of RGB (Red+Green+Blue) = 17+85+29=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 85 (33.59% from 255 or 64.89% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 85 - color contains mainly: green. Hex color #11551D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11551D is #EEAAE2. Grayscale: #3A3A3A. Windows color (decimal): -15641315 or 1922321. OLE color: 1922321.

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

Color convert

RGB178529-
CMYK0.8000.660.67
HSL130.59º66.67%20%-
HSV(B)130.59º80%33.33%-
XYZ3.76.72.26-
YUV58.28111.4798.55-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.98%
GREEN value IS 85 (33.59% from 255) = 64.89%
BLUE value IS 29 (11.72% from 255) = 22.14%
R=12.98%
G=64.89%
B=22.14%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1785290.8000.660.67130.5966.6720
Hex11551D5004243834314
Octal2112535120010210320310324
Binary10001101010111101101000001000010100001110000011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11551D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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