#115b2b

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

Shades of Crusoe #115B2B

Tints of Crusoe #115B2B

Color information

#115B2B (or 0x115B2B) is unknown color: approx Crusoe. HEX triplet: 11, 5B and 2B. RGB value is (17,91,43). Sum of RGB (Red+Green+Blue) = 17+91+43=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 91 (35.94% from 255 or 60.26% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 91 - color contains mainly: green. Hex color #115B2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115B2B is #EEA4D4. Grayscale: #3F3F3F. Windows color (decimal): -15639765 or 2841361. OLE color: 2841361.

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

Color convert

RGB179143-
CMYK0.8100.530.64
HSL141.08º68.52%21.18%-
HSV(B)141.08º81.32%35.69%-
XYZ4.417.783.55-
YUV63.4116.4894.9-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.26%
GREEN value IS 91 (35.94% from 255) = 60.26%
BLUE value IS 43 (17.19% from 255) = 28.48%
R=11.26%
G=60.26%
B=28.48%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1791430.8100.530.64141.0868.5221.18
Hex115B2B51035408d4515
Octal211335312106510021510525
Binary10001101101110101110100010110101100000010001101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115b2b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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