#116626

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

Shades of Crusoe #116626

Tints of Crusoe #116626

Color information

#116626 (or 0x116626) is unknown color: approx Crusoe. HEX triplet: 11, 66 and 26. RGB value is (17,102,38). Sum of RGB (Red+Green+Blue) = 17+102+38=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 102 (40.23% from 255 or 64.97% from 157); Blue value is 38 (15.23% from 255 or 24.20% from 157); Max value from RGB is 102 - color contains mainly: green. Hex color #116626 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116626 is #EE99D9. Grayscale: #454545. Windows color (decimal): -15636954 or 2516497. OLE color: 2516497.

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

Color convert

RGB1710238-
CMYK0.8300.630.6
HSL134.82º71.43%23.33%-
HSV(B)134.82º83.33%40%-
XYZ5.339.763.44-
YUV69.29110.3490.7-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.83%
GREEN value IS 102 (40.23% from 255) = 64.97%
BLUE value IS 38 (15.23% from 255) = 24.20%
R=10.83%
G=64.97%
B=24.20%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal17102380.8300.630.6134.8271.4323.33
Hex1166265303F3C874717
Octal21146461230777420710727
Binary1000111001101001101010011011111111110010000111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116626; }

 p { color: rgb(17,102,38); }

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

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

 a { background-color: rgb(17,102,38); }

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

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

 span { border-color: rgb(17,102,38); }

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