#115B2A

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

Shades of Crusoe #115B2A

Tints of Crusoe #115B2A

Color information

#115B2A (or 0x115B2A) is unknown color: approx Crusoe. HEX triplet: 11, 5B and 2A. RGB value is (17,91,42). Sum of RGB (Red+Green+Blue) = 17+91+42=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 91 (35.94% from 255 or 60.67% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 91 - color contains mainly: green. Hex color #115B2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115B2A is #EEA4D5. Grayscale: #3F3F3F. Windows color (decimal): -15639766 or 2775825. OLE color: 2775825.

HSL color Cylindrical-coordinate representation of color #115B2A: hue angle of 140.27º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115B2A is Cyan = 0.81, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.64.

Color convert

RGB179142-
CMYK0.8100.540.64
HSL140.27º68.52%21.18%-
HSV(B)140.27º81.32%35.69%-
XYZ4.397.773.46-
YUV63.29115.9894.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.33%
GREEN value IS 91 (35.94% from 255) = 60.67%
BLUE value IS 42 (16.80% from 255) = 28%
R=11.33%
G=60.67%
B=28%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1791420.8100.540.64140.2768.5221.18
Hex115B2A51036408c4515
Octal211335212106610021410525
Binary10001101101110101010100010110110100000010001100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,91,42); }

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

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

 a { background-color: rgb(17,91,42); }

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

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

 span { border-color: rgb(17,91,42); }

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