#115A48

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

Shades of Jewel #115A48

Tints of Jewel #115A48

Color information

#115A48 (or 0x115A48) is unknown color: approx Jewel. HEX triplet: 11, 5A and 48. RGB value is (17,90,72). Sum of RGB (Red+Green+Blue) = 17+90+72=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 90 (35.55% from 255 or 50.28% from 179); Blue value is 72 (28.52% from 255 or 40.22% from 179); Max value from RGB is 90 - color contains mainly: green. Hex color #115A48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115A48 is #EEA5B7. Grayscale: #424242. Windows color (decimal): -15639992 or 4741649. OLE color: 4741649.

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

Color convert

RGB179072-
CMYK0.8100.200.65
HSL165.21º68.22%20.98%-
HSV(B)165.21º81.11%35.29%-
XYZ5.067.97.39-
YUV66.12131.3292.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.50%
GREEN value IS 90 (35.55% from 255) = 50.28%
BLUE value IS 72 (28.52% from 255) = 40.22%
R=9.50%
G=50.28%
B=40.22%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1790720.8100.200.65165.2168.2220.98
Hex115A485101441a54415
Octal2113211012102410124510425
Binary10001101101010010001010001010100100000110100101100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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