#11642E

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

Shades of Crusoe #11642E

Tints of Crusoe #11642E

Color information

#11642E (or 0x11642E) is unknown color: approx Crusoe. HEX triplet: 11, 64 and 2E. RGB value is (17,100,46). Sum of RGB (Red+Green+Blue) = 17+100+46=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 100 (39.45% from 255 or 61.35% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 100 - color contains mainly: green. Hex color #11642E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11642E is #EE9BD1. Grayscale: #454545. Windows color (decimal): -15637458 or 3040273. OLE color: 3040273.

HSL color Cylindrical-coordinate representation of color #11642E: hue angle of 140.96º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #11642E is Cyan = 0.83, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB1710046-
CMYK0.8300.540.61
HSL140.96º70.94%22.94%-
HSV(B)140.96º83%39.22%-
XYZ5.289.434.13-
YUV69.0311590.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.43%
GREEN value IS 100 (39.45% from 255) = 61.35%
BLUE value IS 46 (18.36% from 255) = 28.22%
R=10.43%
G=61.35%
B=28.22%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal17100460.8300.540.61140.9670.9422.94
Hex11642E530363D8d4717
Octal21144561230667521510727
Binary1000111001001011101010011011011011110110001101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11642E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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