#116131

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

Shades of Crusoe #116131

Tints of Crusoe #116131

Color information

#116131 (or 0x116131) is unknown color: approx Crusoe. HEX triplet: 11, 61 and 31. RGB value is (17,97,49). Sum of RGB (Red+Green+Blue) = 17+97+49=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 97 (38.28% from 255 or 59.51% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 97 - color contains mainly: green. Hex color #116131 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116131 is #EE9ECE. Grayscale: #434343. Windows color (decimal): -15638223 or 3236113. OLE color: 3236113.

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

Color convert

RGB179749-
CMYK0.8200.490.62
HSL144º70.18%22.35%-
HSV(B)144º82.47%38.04%-
XYZ5.068.894.36-
YUV67.61117.591.9-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.43%
GREEN value IS 97 (38.28% from 255) = 59.51%
BLUE value IS 49 (19.53% from 255) = 30.06%
R=10.43%
G=59.51%
B=30.06%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1797490.8200.490.6214470.1822.35
Hex116131520313E904616
Octal21141611220617622010626
Binary1000111000011100011010010011000111111010010000100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116131; }

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

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

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

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

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

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

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

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