#115A29

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

Shades of Crusoe #115A29

Tints of Crusoe #115A29

Color information

#115A29 (or 0x115A29) is unknown color: approx Crusoe. HEX triplet: 11, 5A and 29. RGB value is (17,90,41). Sum of RGB (Red+Green+Blue) = 17+90+41=148 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.49% from 148); Green value is 90 (35.55% from 255 or 60.81% from 148); Blue value is 41 (16.41% from 255 or 27.70% from 148); Max value from RGB is 90 - color contains mainly: green. Hex color #115A29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115A29 is #EEA5D6. Grayscale: #3E3E3E. Windows color (decimal): -15640023 or 2710033. OLE color: 2710033.

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

Color convert

RGB179041-
CMYK0.8100.540.65
HSL139.73º68.22%20.98%-
HSV(B)139.73º81.11%35.29%-
XYZ4.297.593.34-
YUV62.59115.8295.48-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.49%
GREEN value IS 90 (35.55% from 255) = 60.81%
BLUE value IS 41 (16.41% from 255) = 27.70%
R=11.49%
G=60.81%
B=27.70%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1790410.8100.540.65139.7368.2220.98
Hex115A2951036418c4415
Octal211325112106610121410425
Binary10001101101010100110100010110110100000110001100100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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