#116224

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

Shades of Crusoe #116224

Tints of Crusoe #116224

Color information

#116224 (or 0x116224) is unknown color: approx Crusoe. HEX triplet: 11, 62 and 24. RGB value is (17,98,36). Sum of RGB (Red+Green+Blue) = 17+98+36=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 98 (38.67% from 255 or 64.90% from 151); Blue value is 36 (14.45% from 255 or 23.84% from 151); Max value from RGB is 98 - color contains mainly: green. Hex color #116224 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116224 is #EE9DDB. Grayscale: #424242. Windows color (decimal): -15637980 or 2384401. OLE color: 2384401.

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

Color convert

RGB179836-
CMYK0.8300.630.62
HSL134.07º70.43%22.55%-
HSV(B)134.07º82.65%38.43%-
XYZ4.928.983.14-
YUV66.71110.6692.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.26%
GREEN value IS 98 (38.67% from 255) = 64.90%
BLUE value IS 36 (14.45% from 255) = 23.84%
R=11.26%
G=64.90%
B=23.84%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1798360.8300.630.62134.0770.4322.55
Hex1162245303F3E864617
Octal21142441230777620610627
Binary1000111000101001001010011011111111111010000110100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116224; }

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

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

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

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

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

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

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

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