#11682A

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

Shades of Crusoe #11682A

Tints of Crusoe #11682A

Color information

#11682A (or 0x11682A) is unknown color: approx Crusoe. HEX triplet: 11, 68 and 2A. RGB value is (17,104,42). Sum of RGB (Red+Green+Blue) = 17+104+42=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 104 (41.02% from 255 or 63.80% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 104 - color contains mainly: green. Hex color #11682A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11682A is #EE97D5. Grayscale: #474747. Windows color (decimal): -15636438 or 2779153. OLE color: 2779153.

HSL color Cylindrical-coordinate representation of color #11682A: hue angle of 137.24º 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 #11682A is Cyan = 0.84, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB1710442-
CMYK0.8400.600.59
HSL137.24º71.9%23.73%-
HSV(B)137.24º83.65%40.78%-
XYZ5.610.193.86-
YUV70.92111.6889.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.43%
GREEN value IS 104 (41.02% from 255) = 63.80%
BLUE value IS 42 (16.80% from 255) = 25.77%
R=10.43%
G=63.80%
B=25.77%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17104420.8400.600.59137.2471.923.73
Hex11682A5403C3B894818
Octal21150521240747321111030
Binary1000111010001010101010100011110011101110001001100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11682A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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