#115935

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

Shades of Crusoe #115935

Tints of Crusoe #115935

Color information

#115935 (or 0x115935) is unknown color: approx Crusoe. HEX triplet: 11, 59 and 35. RGB value is (17,89,53). Sum of RGB (Red+Green+Blue) = 17+89+53=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 89 (35.16% from 255 or 55.97% from 159); Blue value is 53 (21.09% from 255 or 33.33% from 159); Max value from RGB is 89 - color contains mainly: green. Hex color #115935 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115935 is #EEA6CA. Grayscale: #3F3F3F. Windows color (decimal): -15640267 or 3496209. OLE color: 3496209.

HSL color Cylindrical-coordinate representation of color #115935: hue angle of 150º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115935 is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB178953-
CMYK0.8100.400.65
HSL150º67.92%20.78%-
HSV(B)150º80.9%34.9%-
XYZ4.457.524.59-
YUV63.37122.1594.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.69%
GREEN value IS 89 (35.16% from 255) = 55.97%
BLUE value IS 53 (21.09% from 255) = 33.33%
R=10.69%
G=55.97%
B=33.33%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1789530.8100.400.6515067.9220.78
Hex1159355102841964415
Octal211316512105010122610425
Binary10001101100111010110100010101000100000110010110100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115935; }

 p { color: rgb(17,89,53); }

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

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

 a { background-color: rgb(17,89,53); }

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

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

 span { border-color: rgb(17,89,53); }

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