#115E1D

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

Shades of Crusoe #115E1D

Tints of Crusoe #115E1D

Color information

#115E1D (or 0x115E1D) is unknown color: approx Crusoe. HEX triplet: 11, 5E and 1D. RGB value is (17,94,29). Sum of RGB (Red+Green+Blue) = 17+94+29=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 94 (37.11% from 255 or 67.14% from 140); Blue value is 29 (11.72% from 255 or 20.71% from 140); Max value from RGB is 94 - color contains mainly: green. Hex color #115E1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115E1D is #EEA1E2. Grayscale: #3F3F3F. Windows color (decimal): -15639011 or 1924625. OLE color: 1924625.

HSL color Cylindrical-coordinate representation of color #115E1D: hue angle of 129.35º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #115E1D is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.63.

Color convert

RGB179429-
CMYK0.8200.690.63
HSL129.35º69.37%21.76%-
HSV(B)129.35º81.91%36.86%-
XYZ4.468.212.51-
YUV63.57108.4994.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.14%
GREEN value IS 94 (37.11% from 255) = 67.14%
BLUE value IS 29 (11.72% from 255) = 20.71%
R=12.14%
G=67.14%
B=20.71%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1794290.8200.690.63129.3569.3721.76
Hex115E1D520453F814516
Octal211363512201057720110526
Binary1000110111101110110100100100010111111110000001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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