#115A25

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

Shades of Crusoe #115A25

Tints of Crusoe #115A25

Color information

#115A25 (or 0x115A25) is unknown color: approx Crusoe. HEX triplet: 11, 5A and 25. RGB value is (17,90,37). Sum of RGB (Red+Green+Blue) = 17+90+37=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 90 (35.55% from 255 or 62.5% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 90 - color contains mainly: green. Hex color #115A25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115A25 is #EEA5DA. Grayscale: #3E3E3E. Windows color (decimal): -15640027 or 2447889. OLE color: 2447889.

HSL color Cylindrical-coordinate representation of color #115A25: hue angle of 136.44º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115A25 is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB179037-
CMYK0.8100.590.65
HSL136.44º68.22%20.98%-
HSV(B)136.44º81.11%35.29%-
XYZ4.227.572.99-
YUV62.13113.8295.81-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.81%
GREEN value IS 90 (35.55% from 255) = 62.5%
BLUE value IS 37 (14.84% from 255) = 25.69%
R=11.81%
G=62.5%
B=25.69%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1790370.8100.590.65136.4468.2220.98
Hex115A255103B41884415
Octal211324512107310121010425
Binary10001101101010010110100010111011100000110001000100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,90,37); }

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

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

 a { background-color: rgb(17,90,37); }

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

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

 span { border-color: rgb(17,90,37); }

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