#116A32

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

Shades of Crusoe #116A32

Tints of Crusoe #116A32

Color information

#116A32 (or 0x116A32) is unknown color: approx Crusoe. HEX triplet: 11, 6A and 32. RGB value is (17,106,50). Sum of RGB (Red+Green+Blue) = 17+106+50=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 106 (41.80% from 255 or 61.27% from 173); Blue value is 50 (19.92% from 255 or 28.90% from 173); Max value from RGB is 106 - color contains mainly: green. Hex color #116A32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116A32 is #EE95CD. Grayscale: #494949. Windows color (decimal): -15635918 or 3303953. OLE color: 3303953.

HSL color Cylindrical-coordinate representation of color #116A32: hue angle of 142.25º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116A32 is Cyan = 0.84, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.58.

Color convert

RGB1710650-
CMYK0.8400.530.58
HSL142.25º72.36%24.12%-
HSV(B)142.25º83.96%41.57%-
XYZ5.9610.664.76-
YUV73115.0188.05-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.83%
GREEN value IS 106 (41.80% from 255) = 61.27%
BLUE value IS 50 (19.92% from 255) = 28.90%
R=9.83%
G=61.27%
B=28.90%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal17106500.8400.530.58142.2572.3624.12
Hex116A32540353A8e4818
Octal21152621240657221611030
Binary1000111010101100101010100011010111101010001110100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116A32; }

 p { color: rgb(17,106,50); }

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

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

 a { background-color: rgb(17,106,50); }

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

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

 span { border-color: rgb(17,106,50); }

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