#11611F

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

Shades of Crusoe #11611F

Tints of Crusoe #11611F

Color information

#11611F (or 0x11611F) is unknown color: approx Crusoe. HEX triplet: 11, 61 and 1F. RGB value is (17,97,31). Sum of RGB (Red+Green+Blue) = 17+97+31=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 97 (38.28% from 255 or 66.90% from 145); Blue value is 31 (12.5% from 255 or 21.38% from 145); Max value from RGB is 97 - color contains mainly: green. Hex color #11611F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11611F is #EE9EE0. Grayscale: #414141. Windows color (decimal): -15638241 or 2056465. OLE color: 2056465.

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

Color convert

RGB179731-
CMYK0.8200.680.62
HSL130.5º70.18%22.35%-
HSV(B)130.5º82.47%38.04%-
XYZ4.758.772.74-
YUV65.56108.593.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.72%
GREEN value IS 97 (38.28% from 255) = 66.90%
BLUE value IS 31 (12.5% from 255) = 21.38%
R=11.72%
G=66.90%
B=21.38%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1797310.8200.680.62130.570.1822.35
Hex11611F520443E824616
Octal211413712201047620210626
Binary1000111000011111110100100100010011111010000010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11611F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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