#116127

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

Shades of Crusoe #116127

Tints of Crusoe #116127

Color information

#116127 (or 0x116127) is unknown color: approx Crusoe. HEX triplet: 11, 61 and 27. RGB value is (17,97,39). Sum of RGB (Red+Green+Blue) = 17+97+39=153 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.11% from 153); Green value is 97 (38.28% from 255 or 63.40% from 153); Blue value is 39 (15.62% from 255 or 25.49% from 153); Max value from RGB is 97 - color contains mainly: green. Hex color #116127 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116127 is #EE9ED8. Grayscale: #424242. Windows color (decimal): -15638233 or 2580753. OLE color: 2580753.

HSL color Cylindrical-coordinate representation of color #116127: hue angle of 136.5º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #116127 is Cyan = 0.82, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB179739-
CMYK0.8200.600.62
HSL136.5º70.18%22.35%-
HSV(B)136.5º82.47%38.04%-
XYZ4.878.823.36-
YUV66.47112.592.72-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.11%
GREEN value IS 97 (38.28% from 255) = 63.40%
BLUE value IS 39 (15.62% from 255) = 25.49%
R=11.11%
G=63.40%
B=25.49%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1797390.8200.600.62136.570.1822.35
Hex1161275203C3E884616
Octal21141471220747621010626
Binary1000111000011001111010010011110011111010001000100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116127; }

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

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

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

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

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

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

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

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