#115A35

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

Shades of Crusoe #115A35

Tints of Crusoe #115A35

Color information

#115A35 (or 0x115A35) is unknown color: approx Crusoe. HEX triplet: 11, 5A and 35. RGB value is (17,90,53). Sum of RGB (Red+Green+Blue) = 17+90+53=160 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.62% from 160); Green value is 90 (35.55% from 255 or 56.25% from 160); Blue value is 53 (21.09% from 255 or 33.12% from 160); Max value from RGB is 90 - color contains mainly: green. Hex color #115A35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115A35 is #EEA5CA. Grayscale: #404040. Windows color (decimal): -15640011 or 3496465. OLE color: 3496465.

HSL color Cylindrical-coordinate representation of color #115A35: hue angle of 149.59º 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 #115A35 is Cyan = 0.81, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.65.

Color convert

RGB179053-
CMYK0.8100.410.65
HSL149.59º68.22%20.98%-
HSV(B)149.59º81.11%35.29%-
XYZ4.537.694.61-
YUV63.96121.8294.51-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.62%
GREEN value IS 90 (35.55% from 255) = 56.25%
BLUE value IS 53 (21.09% from 255) = 33.12%
R=10.62%
G=56.25%
B=33.12%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1790530.8100.410.65149.5968.2220.98
Hex115A355102941964415
Octal211326512105110122610425
Binary10001101101011010110100010101001100000110010110100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115A35; }

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

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

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

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

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

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

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

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