#116032

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

Shades of Crusoe #116032

Tints of Crusoe #116032

Color information

#116032 (or 0x116032) is unknown color: approx Crusoe. HEX triplet: 11, 60 and 32. RGB value is (17,96,50). Sum of RGB (Red+Green+Blue) = 17+96+50=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 96 (37.89% from 255 or 58.90% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 96 - color contains mainly: green. Hex color #116032 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116032 is #EE9FCD. Grayscale: #434343. Windows color (decimal): -15638478 or 3301393. OLE color: 3301393.

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

Color convert

RGB179650-
CMYK0.8200.480.62
HSL145.06º69.91%22.16%-
HSV(B)145.06º82.29%37.65%-
XYZ4.998.724.44-
YUV67.13118.3392.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.43%
GREEN value IS 96 (37.89% from 255) = 58.90%
BLUE value IS 50 (19.92% from 255) = 30.67%
R=10.43%
G=58.90%
B=30.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1796500.8200.480.62145.0669.9122.16
Hex116032520303E914616
Octal21140621220607622110626
Binary1000111000001100101010010011000011111010010001100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116032; }

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

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

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

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

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

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

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

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