#116325

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

Shades of Crusoe #116325

Tints of Crusoe #116325

Color information

#116325 (or 0x116325) is unknown color: approx Crusoe. HEX triplet: 11, 63 and 25. RGB value is (17,99,37). Sum of RGB (Red+Green+Blue) = 17+99+37=153 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.11% from 153); Green value is 99 (39.06% from 255 or 64.71% from 153); Blue value is 37 (14.84% from 255 or 24.18% from 153); Max value from RGB is 99 - color contains mainly: green. Hex color #116325 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116325 is #EE9CDA. Grayscale: #434343. Windows color (decimal): -15637723 or 2450193. OLE color: 2450193.

HSL color Cylindrical-coordinate representation of color #116325: hue angle of 134.63º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116325 is Cyan = 0.83, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.61.

Color convert

RGB179937-
CMYK0.8300.630.61
HSL134.63º70.69%22.75%-
HSV(B)134.63º82.83%38.82%-
XYZ5.039.183.26-
YUV67.41110.8392.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.11%
GREEN value IS 99 (39.06% from 255) = 64.71%
BLUE value IS 37 (14.84% from 255) = 24.18%
R=11.11%
G=64.71%
B=24.18%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1799370.8300.630.61134.6370.6922.75
Hex1163255303F3D874717
Octal21143451230777520710727
Binary1000111000111001011010011011111111110110000111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116325; }

 p { color: rgb(17,99,37); }

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

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

 a { background-color: rgb(17,99,37); }

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

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

 span { border-color: rgb(17,99,37); }

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