#116328

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

Shades of Crusoe #116328

Tints of Crusoe #116328

Color information

#116328 (or 0x116328) is unknown color: approx Crusoe. HEX triplet: 11, 63 and 28. RGB value is (17,99,40). Sum of RGB (Red+Green+Blue) = 17+99+40=156 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.90% from 156); Green value is 99 (39.06% from 255 or 63.46% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 99 - color contains mainly: green. Hex color #116328 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116328 is #EE9CD7. Grayscale: #434343. Windows color (decimal): -15637720 or 2646801. OLE color: 2646801.

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

Color convert

RGB179940-
CMYK0.8300.600.61
HSL136.83º70.69%22.75%-
HSV(B)136.83º82.83%38.82%-
XYZ5.089.23.51-
YUV67.76112.3391.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.90%
GREEN value IS 99 (39.06% from 255) = 63.46%
BLUE value IS 40 (16.02% from 255) = 25.64%
R=10.90%
G=63.46%
B=25.64%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1799400.8300.600.61136.8370.6922.75
Hex1163285303C3D894717
Octal21143501230747521110727
Binary1000111000111010001010011011110011110110001001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116328; }

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

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

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

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

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

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

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

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