#11611E

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

Shades of Crusoe #11611E

Tints of Crusoe #11611E

Color information

#11611E (or 0x11611E) is unknown color: approx Crusoe. HEX triplet: 11, 61 and 1E. RGB value is (17,97,30). Sum of RGB (Red+Green+Blue) = 17+97+30=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 97 (38.28% from 255 or 67.36% from 144); Blue value is 30 (12.11% from 255 or 20.83% from 144); Max value from RGB is 97 - color contains mainly: green. Hex color #11611E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11611E is #EE9EE1. Grayscale: #414141. Windows color (decimal): -15638242 or 1990929. OLE color: 1990929.

HSL color Cylindrical-coordinate representation of color #11611E: hue angle of 129.75º 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 #11611E is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB179730-
CMYK0.8200.690.62
HSL129.75º70.18%22.35%-
HSV(B)129.75º82.47%38.04%-
XYZ4.748.762.67-
YUV65.4410893.45-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.81%
GREEN value IS 97 (38.28% from 255) = 67.36%
BLUE value IS 30 (12.11% from 255) = 20.83%
R=11.81%
G=67.36%
B=20.83%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1797300.8200.690.62129.7570.1822.35
Hex11611E520453E824616
Octal211413612201057620210626
Binary1000111000011111010100100100010111111010000010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11611E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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