#116034

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

Shades of Crusoe #116034

Tints of Crusoe #116034

Color information

#116034 (or 0x116034) is unknown color: approx Crusoe. HEX triplet: 11, 60 and 34. RGB value is (17,96,52). Sum of RGB (Red+Green+Blue) = 17+96+52=165 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.30% from 165); Green value is 96 (37.89% from 255 or 58.18% from 165); Blue value is 52 (20.70% from 255 or 31.52% from 165); Max value from RGB is 96 - color contains mainly: green. Hex color #116034 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116034 is #EE9FCB. Grayscale: #434343. Windows color (decimal): -15638476 or 3432465. OLE color: 3432465.

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

Color convert

RGB179652-
CMYK0.8200.460.62
HSL146.58º69.91%22.16%-
HSV(B)146.58º82.29%37.65%-
XYZ5.038.734.67-
YUV67.36119.3392.08-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.30%
GREEN value IS 96 (37.89% from 255) = 58.18%
BLUE value IS 52 (20.70% from 255) = 31.52%
R=10.30%
G=58.18%
B=31.52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1796520.8200.460.62146.5869.9122.16
Hex1160345202E3E934616
Octal21140641220567622310626
Binary1000111000001101001010010010111011111010010011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116034; }

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

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

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

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

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

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

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

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