#116A1D

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

Shades of Crusoe #116A1D

Tints of Crusoe #116A1D

Color information

#116A1D (or 0x116A1D) is unknown color: approx Crusoe. HEX triplet: 11, 6A and 1D. RGB value is (17,106,29). Sum of RGB (Red+Green+Blue) = 17+106+29=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 106 (41.80% from 255 or 69.74% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 106 - color contains mainly: green. Hex color #116A1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116A1D is #EE95E2. Grayscale: #464646. Windows color (decimal): -15635939 or 1927697. OLE color: 1927697.

HSL color Cylindrical-coordinate representation of color #116A1D: hue angle of 128.09º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116A1D is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.58.

Color convert

RGB1710629-
CMYK0.8400.730.58
HSL128.09º72.36%24.12%-
HSV(B)128.09º83.96%41.57%-
XYZ5.6110.522.9-
YUV70.61104.5189.76-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.18%
GREEN value IS 106 (41.80% from 255) = 69.74%
BLUE value IS 29 (11.72% from 255) = 19.08%
R=11.18%
G=69.74%
B=19.08%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal17106290.8400.730.58128.0972.3624.12
Hex116A1D540493A804818
Octal211523512401117220011030
Binary1000111010101110110101000100100111101010000000100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116A1D; }

 p { color: rgb(17,106,29); }

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

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

 a { background-color: rgb(17,106,29); }

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

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

 span { border-color: rgb(17,106,29); }

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