#115F18

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

Shades of Crusoe #115F18

Tints of Crusoe #115F18

Color information

#115F18 (or 0x115F18) is unknown color: approx Crusoe. HEX triplet: 11, 5F and 18. RGB value is (17,95,24). Sum of RGB (Red+Green+Blue) = 17+95+24=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 95 (37.5% from 255 or 69.85% from 136); Blue value is 24 (9.77% from 255 or 17.65% from 136); Max value from RGB is 95 - color contains mainly: green. Hex color #115F18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115F18 is #EEA0E7. Grayscale: #3F3F3F. Windows color (decimal): -15638760 or 1597201. OLE color: 1597201.

HSL color Cylindrical-coordinate representation of color #115F18: hue angle of 125.38º degrees, saturation: 0.7, 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 #115F18 is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.63.

Color convert

RGB179524-
CMYK0.8200.750.63
HSL125.38º69.64%21.96%-
HSV(B)125.38º82.11%37.25%-
XYZ4.498.372.24-
YUV63.58105.6694.77-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.5%
GREEN value IS 95 (37.5% from 255) = 69.85%
BLUE value IS 24 (9.77% from 255) = 17.65%
R=12.5%
G=69.85%
B=17.65%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1795240.8200.750.63125.3869.6421.96
Hex115F185204B3F7d4616
Octal211373012201137717510626
Binary100011011111110001010010010010111111111111101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,95,24); }

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

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

 a { background-color: rgb(17,95,24); }

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

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

 span { border-color: rgb(17,95,24); }

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