#116932

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

Shades of Crusoe #116932

Tints of Crusoe #116932

Color information

#116932 (or 0x116932) is unknown color: approx Crusoe. HEX triplet: 11, 69 and 32. RGB value is (17,105,50). Sum of RGB (Red+Green+Blue) = 17+105+50=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 105 (41.41% from 255 or 61.05% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 105 - color contains mainly: green. Hex color #116932 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116932 is #EE96CD. Grayscale: #484848. Windows color (decimal): -15636174 or 3303697. OLE color: 3303697.

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

Color convert

RGB1710550-
CMYK0.8400.520.59
HSL142.5º72.13%23.92%-
HSV(B)142.5º83.81%41.18%-
XYZ5.8610.454.73-
YUV72.42115.3588.47-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.88%
GREEN value IS 105 (41.41% from 255) = 61.05%
BLUE value IS 50 (19.92% from 255) = 29.07%
R=9.88%
G=61.05%
B=29.07%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17105500.8400.520.59142.572.1323.92
Hex116932540343B8e4818
Octal21151621240647321611030
Binary1000111010011100101010100011010011101110001110100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116932; }

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

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

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

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

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

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

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

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