#11682E

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

Shades of Crusoe #11682E

Tints of Crusoe #11682E

Color information

#11682E (or 0x11682E) is unknown color: approx Crusoe. HEX triplet: 11, 68 and 2E. RGB value is (17,104,46). Sum of RGB (Red+Green+Blue) = 17+104+46=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 104 (41.02% from 255 or 62.28% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 104 - color contains mainly: green. Hex color #11682E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11682E is #EE97D1. Grayscale: #474747. Windows color (decimal): -15636434 or 3041297. OLE color: 3041297.

HSL color Cylindrical-coordinate representation of color #11682E: hue angle of 140º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11682E is Cyan = 0.84, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB1710446-
CMYK0.8400.560.59
HSL140º71.9%23.73%-
HSV(B)140º83.65%40.78%-
XYZ5.6710.224.26-
YUV71.38113.6889.22-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.18%
GREEN value IS 104 (41.02% from 255) = 62.28%
BLUE value IS 46 (18.36% from 255) = 27.54%
R=10.18%
G=62.28%
B=27.54%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17104460.8400.560.5914071.923.73
Hex11682E540383B8c4818
Octal21150561240707321411030
Binary1000111010001011101010100011100011101110001100100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11682E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,104,46); }

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

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

 a { background-color: rgb(17,104,46); }

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

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

 span { border-color: rgb(17,104,46); }

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