#115B1D

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

Shades of Crusoe #115B1D

Tints of Crusoe #115B1D

Color information

#115B1D (or 0x115B1D) is unknown color: approx Crusoe. HEX triplet: 11, 5B and 1D. RGB value is (17,91,29). Sum of RGB (Red+Green+Blue) = 17+91+29=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 91 (35.94% from 255 or 66.42% from 137); Blue value is 29 (11.72% from 255 or 21.17% from 137); Max value from RGB is 91 - color contains mainly: green. Hex color #115B1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115B1D is #EEA4E2. Grayscale: #3D3D3D. Windows color (decimal): -15639779 or 1923857. OLE color: 1923857.

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

Color convert

RGB179129-
CMYK0.8100.680.64
HSL129.73º68.52%21.18%-
HSV(B)129.73º81.32%35.69%-
XYZ4.197.692.43-
YUV61.81109.4896.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.41%
GREEN value IS 91 (35.94% from 255) = 66.42%
BLUE value IS 29 (11.72% from 255) = 21.17%
R=12.41%
G=66.42%
B=21.17%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1791290.8100.680.64129.7368.5221.18
Hex115B1D5104440824515
Octal2113335121010410020210525
Binary10001101101111101101000101000100100000010000010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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