#116A27

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

Shades of Crusoe #116A27

Tints of Crusoe #116A27

Color information

#116A27 (or 0x116A27) is unknown color: approx Crusoe. HEX triplet: 11, 6A and 27. RGB value is (17,106,39). Sum of RGB (Red+Green+Blue) = 17+106+39=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 106 (41.80% from 255 or 65.43% from 162); Blue value is 39 (15.62% from 255 or 24.07% from 162); Max value from RGB is 106 - color contains mainly: green. Hex color #116A27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116A27 is #EE95D8. Grayscale: #474747. Windows color (decimal): -15635929 or 2583057. OLE color: 2583057.

HSL color Cylindrical-coordinate representation of color #116A27: hue angle of 134.83º 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 #116A27 is Cyan = 0.84, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.

Color convert

RGB1710639-
CMYK0.8400.630.58
HSL134.83º72.36%24.12%-
HSV(B)134.83º83.96%41.57%-
XYZ5.7510.573.66-
YUV71.75109.5188.95-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.49%
GREEN value IS 106 (41.80% from 255) = 65.43%
BLUE value IS 39 (15.62% from 255) = 24.07%
R=10.49%
G=65.43%
B=24.07%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal17106390.8400.630.58134.8372.3624.12
Hex116A275403F3A874818
Octal21152471240777220711030
Binary1000111010101001111010100011111111101010000111100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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