#116829

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

Shades of Crusoe #116829

Tints of Crusoe #116829

Color information

#116829 (or 0x116829) is unknown color: approx Crusoe. HEX triplet: 11, 68 and 29. RGB value is (17,104,41). Sum of RGB (Red+Green+Blue) = 17+104+41=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 104 (41.02% from 255 or 64.20% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 104 - color contains mainly: green. Hex color #116829 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116829 is #EE97D6. Grayscale: #464646. Windows color (decimal): -15636439 or 2713617. OLE color: 2713617.

HSL color Cylindrical-coordinate representation of color #116829: hue angle of 136.55º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116829 is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.59.

Color convert

RGB1710441-
CMYK0.8400.610.59
HSL136.55º71.9%23.73%-
HSV(B)136.55º83.65%40.78%-
XYZ5.5810.183.77-
YUV70.81111.1889.62-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.49%
GREEN value IS 104 (41.02% from 255) = 64.20%
BLUE value IS 41 (16.41% from 255) = 25.31%
R=10.49%
G=64.20%
B=25.31%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17104410.8400.610.59136.5571.923.73
Hex1168295403D3B894818
Octal21150511240757321111030
Binary1000111010001010011010100011110111101110001001100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116829; }

 p { color: rgb(17,104,41); }

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

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

 a { background-color: rgb(17,104,41); }

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

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

 span { border-color: rgb(17,104,41); }

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