#11611C

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

Shades of Crusoe #11611C

Tints of Crusoe #11611C

Color information

#11611C (or 0x11611C) is unknown color: approx Crusoe. HEX triplet: 11, 61 and 1C. RGB value is (17,97,28). Sum of RGB (Red+Green+Blue) = 17+97+28=142 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.97% from 142); Green value is 97 (38.28% from 255 or 68.31% from 142); Blue value is 28 (11.33% from 255 or 19.72% from 142); Max value from RGB is 97 - color contains mainly: green. Hex color #11611C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11611C is #EE9EE3. Grayscale: #414141. Windows color (decimal): -15638244 or 1859857. OLE color: 1859857.

HSL color Cylindrical-coordinate representation of color #11611C: hue angle of 128.25º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11611C is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB179728-
CMYK0.8200.710.62
HSL128.25º70.18%22.35%-
HSV(B)128.25º82.47%38.04%-
XYZ4.728.752.54-
YUV65.2110793.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.97%
GREEN value IS 97 (38.28% from 255) = 68.31%
BLUE value IS 28 (11.33% from 255) = 19.72%
R=11.97%
G=68.31%
B=19.72%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1797280.8200.710.62128.2570.1822.35
Hex11611C520473E804616
Octal211413412201077620010626
Binary1000111000011110010100100100011111111010000000100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11611C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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