#116931

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

Shades of Crusoe #116931

Tints of Crusoe #116931

Color information

#116931 (or 0x116931) is unknown color: approx Crusoe. HEX triplet: 11, 69 and 31. RGB value is (17,105,49). Sum of RGB (Red+Green+Blue) = 17+105+49=171 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.94% from 171); Green value is 105 (41.41% from 255 or 61.40% from 171); Blue value is 49 (19.53% from 255 or 28.65% from 171); Max value from RGB is 105 - color contains mainly: green. Hex color #116931 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116931 is #EE96CE. Grayscale: #484848. Windows color (decimal): -15636175 or 3238161. OLE color: 3238161.

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

Color convert

RGB1710549-
CMYK0.8400.530.59
HSL141.82º72.13%23.92%-
HSV(B)141.82º83.81%41.18%-
XYZ5.8410.444.61-
YUV72.3114.8588.55-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.94%
GREEN value IS 105 (41.41% from 255) = 61.40%
BLUE value IS 49 (19.53% from 255) = 28.65%
R=9.94%
G=61.40%
B=28.65%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17105490.8400.530.59141.8272.1323.92
Hex116931540353B8e4818
Octal21151611240657321611030
Binary1000111010011100011010100011010111101110001110100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116931; }

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

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

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

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

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

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

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

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