#11601F

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

Shades of Crusoe #11601F

Tints of Crusoe #11601F

Color information

#11601F (or 0x11601F) is unknown color: approx Crusoe. HEX triplet: 11, 60 and 1F. RGB value is (17,96,31). Sum of RGB (Red+Green+Blue) = 17+96+31=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 96 (37.89% from 255 or 66.67% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 96 - color contains mainly: green. Hex color #11601F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11601F is #EE9FE0. Grayscale: #414141. Windows color (decimal): -15638497 or 2056209. OLE color: 2056209.

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

Color convert

RGB179631-
CMYK0.8200.680.62
HSL130.63º69.91%22.16%-
HSV(B)130.63º82.29%37.65%-
XYZ4.668.582.71-
YUV64.97108.8393.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.81%
GREEN value IS 96 (37.89% from 255) = 66.67%
BLUE value IS 31 (12.5% from 255) = 21.53%
R=11.81%
G=66.67%
B=21.53%

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
Decimal1796310.8200.680.62130.6369.9122.16
Hex11601F520443E834616
Octal211403712201047620310626
Binary1000111000001111110100100100010011111010000011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11601F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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