#115A28

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

Shades of Crusoe #115A28

Tints of Crusoe #115A28

Color information

#115A28 (or 0x115A28) is unknown color: approx Crusoe. HEX triplet: 11, 5A and 28. RGB value is (17,90,40). Sum of RGB (Red+Green+Blue) = 17+90+40=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 90 (35.55% from 255 or 61.22% from 147); Blue value is 40 (16.02% from 255 or 27.21% from 147); Max value from RGB is 90 - color contains mainly: green. Hex color #115A28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115A28 is #EEA5D7. Grayscale: #3E3E3E. Windows color (decimal): -15640024 or 2644497. OLE color: 2644497.

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

Color convert

RGB179040-
CMYK0.8100.560.65
HSL138.9º68.22%20.98%-
HSV(B)138.9º81.11%35.29%-
XYZ4.277.583.25-
YUV62.47115.3295.57-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.56%
GREEN value IS 90 (35.55% from 255) = 61.22%
BLUE value IS 40 (16.02% from 255) = 27.21%
R=11.56%
G=61.22%
B=27.21%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1790400.8100.560.65138.968.2220.98
Hex115A2851038418b4415
Octal211325012107010121310425
Binary10001101101010100010100010111000100000110001011100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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