#11612B

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

Shades of Crusoe #11612B

Tints of Crusoe #11612B

Color information

#11612B (or 0x11612B) is unknown color: approx Crusoe. HEX triplet: 11, 61 and 2B. RGB value is (17,97,43). Sum of RGB (Red+Green+Blue) = 17+97+43=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 97 (38.28% from 255 or 61.78% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 97 - color contains mainly: green. Hex color #11612B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11612B is #EE9ED4. Grayscale: #434343. Windows color (decimal): -15638229 or 2842897. OLE color: 2842897.

HSL color Cylindrical-coordinate representation of color #11612B: hue angle of 139.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 #11612B is Cyan = 0.82, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB179743-
CMYK0.8200.560.62
HSL139.5º70.18%22.35%-
HSV(B)139.5º82.47%38.04%-
XYZ4.948.843.73-
YUV66.92114.592.39-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.83%
GREEN value IS 97 (38.28% from 255) = 61.78%
BLUE value IS 43 (17.19% from 255) = 27.39%
R=10.83%
G=61.78%
B=27.39%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1797430.8200.560.62139.570.1822.35
Hex11612B520383E8c4616
Octal21141531220707621410626
Binary1000111000011010111010010011100011111010001100100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11612B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11612B; }

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

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

<style>
 a { background-color: #11612B; }

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

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

<style>
 span { border-color: #11612B; }

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

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