#116126

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

Shades of Crusoe #116126

Tints of Crusoe #116126

Color information

#116126 (or 0x116126) is unknown color: approx Crusoe. HEX triplet: 11, 61 and 26. RGB value is (17,97,38). Sum of RGB (Red+Green+Blue) = 17+97+38=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 97 (38.28% from 255 or 63.82% from 152); Blue value is 38 (15.23% from 255 or 25% from 152); Max value from RGB is 97 - color contains mainly: green. Hex color #116126 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116126 is #EE9ED9. Grayscale: #424242. Windows color (decimal): -15638234 or 2515217. OLE color: 2515217.

HSL color Cylindrical-coordinate representation of color #116126: hue angle of 135.75º 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 #116126 is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB179738-
CMYK0.8200.610.62
HSL135.75º70.18%22.35%-
HSV(B)135.75º82.47%38.04%-
XYZ4.868.813.28-
YUV66.3511292.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.18%
GREEN value IS 97 (38.28% from 255) = 63.82%
BLUE value IS 38 (15.23% from 255) = 25%
R=11.18%
G=63.82%
B=25%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1797380.8200.610.62135.7570.1822.35
Hex1161265203D3E884616
Octal21141461220757621010626
Binary1000111000011001101010010011110111111010001000100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116126; }

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

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

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

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

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

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

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

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