#116221

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

Shades of Crusoe #116221

Tints of Crusoe #116221

Color information

#116221 (or 0x116221) is unknown color: approx Crusoe. HEX triplet: 11, 62 and 21. RGB value is (17,98,33). Sum of RGB (Red+Green+Blue) = 17+98+33=148 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.49% from 148); Green value is 98 (38.67% from 255 or 66.22% from 148); Blue value is 33 (13.28% from 255 or 22.30% from 148); Max value from RGB is 98 - color contains mainly: green. Hex color #116221 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116221 is #EE9DDE. Grayscale: #424242. Windows color (decimal): -15637983 or 2187793. OLE color: 2187793.

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

Color convert

RGB179833-
CMYK0.8300.660.62
HSL131.85º70.43%22.55%-
HSV(B)131.85º82.65%38.43%-
XYZ4.878.962.91-
YUV66.37109.1692.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.49%
GREEN value IS 98 (38.67% from 255) = 66.22%
BLUE value IS 33 (13.28% from 255) = 22.30%
R=11.49%
G=66.22%
B=22.30%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1798330.8300.660.62131.8570.4322.55
Hex116221530423E844617
Octal211424112301027620410627
Binary10001110001010000110100110100001011111010000100100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116221; }

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

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

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

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

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

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

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

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