#116220

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

Shades of Crusoe #116220

Tints of Crusoe #116220

Color information

#116220 (or 0x116220) is unknown color: approx Crusoe. HEX triplet: 11, 62 and 20. RGB value is (17,98,32). Sum of RGB (Red+Green+Blue) = 17+98+32=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 98 (38.67% from 255 or 66.67% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 98 - color contains mainly: green. Hex color #116220 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116220 is #EE9DDF. Grayscale: #424242. Windows color (decimal): -15637984 or 2122257. OLE color: 2122257.

HSL color Cylindrical-coordinate representation of color #116220: hue angle of 131.11º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116220 is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB179832-
CMYK0.8300.670.62
HSL131.11º70.43%22.55%-
HSV(B)131.11º82.65%38.43%-
XYZ4.868.962.84-
YUV66.26108.6692.87-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.56%
GREEN value IS 98 (38.67% from 255) = 66.67%
BLUE value IS 32 (12.89% from 255) = 21.77%
R=11.56%
G=66.67%
B=21.77%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1798320.8300.670.62131.1170.4322.55
Hex116220530433E834617
Octal211424012301037620310627
Binary10001110001010000010100110100001111111010000011100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116220; }

 p { color: rgb(17,98,32); }

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

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

 a { background-color: rgb(17,98,32); }

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

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

 span { border-color: rgb(17,98,32); }

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