#11541D

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

Shades of Crusoe #11541D

Tints of Crusoe #11541D

Color information

#11541D (or 0x11541D) is unknown color: approx Crusoe. HEX triplet: 11, 54 and 1D. RGB value is (17,84,29). Sum of RGB (Red+Green+Blue) = 17+84+29=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 84 (33.20% from 255 or 64.62% from 130); Blue value is 29 (11.72% from 255 or 22.31% from 130); Max value from RGB is 84 - color contains mainly: green. Hex color #11541D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11541D is #EEABE2. Grayscale: #393939. Windows color (decimal): -15641571 or 1922065. OLE color: 1922065.

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

Color convert

RGB178429-
CMYK0.8000.650.67
HSL130.75º66.34%19.8%-
HSV(B)130.75º79.76%32.94%-
XYZ3.626.552.24-
YUV57.7111.898.97-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.08%
GREEN value IS 84 (33.20% from 255) = 64.62%
BLUE value IS 29 (11.72% from 255) = 22.31%
R=13.08%
G=64.62%
B=22.31%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1784290.8000.650.67130.7566.3419.8
Hex11541D5004143834214
Octal2112435120010110320310224
Binary10001101010011101101000001000001100001110000011100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11541D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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