#115026

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

Shades of Crusoe #115026

Tints of Crusoe #115026

Color information

#115026 (or 0x115026) is unknown color: approx Crusoe. HEX triplet: 11, 50 and 26. RGB value is (17,80,38). Sum of RGB (Red+Green+Blue) = 17+80+38=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 80 (31.64% from 255 or 59.26% from 135); Blue value is 38 (15.23% from 255 or 28.15% from 135); Max value from RGB is 80 - color contains mainly: green. Hex color #115026 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115026 is #EEAFD9. Grayscale: #383838. Windows color (decimal): -15642586 or 2510865. OLE color: 2510865.

HSL color Cylindrical-coordinate representation of color #115026: hue angle of 140º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #115026 is Cyan = 0.79, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.69.

Color convert

RGB178038-
CMYK0.7900.520.69
HSL140º64.95%19.02%-
HSV(B)140º78.75%31.37%-
XYZ3.4562.81-
YUV56.37117.6399.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.59%
GREEN value IS 80 (31.64% from 255) = 59.26%
BLUE value IS 38 (15.23% from 255) = 28.15%
R=12.59%
G=59.26%
B=28.15%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1780380.7900.520.6914064.9519.02
Hex1150264F034458c4113
Octal211204611706410521410123
Binary10001101000010011010011110110100100010110001100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115026; }

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

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

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

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

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

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

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

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