#1A7656

Color #1A7656 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #1A7656

Tints of Salem #1A7656

Color information

#1A7656 (or 0x1A7656) is unknown color: approx Salem. HEX triplet: 1A, 76 and 56. RGB value is (26,118,86). Sum of RGB (Red+Green+Blue) = 26+118+86=230 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.30% from 230); Green value is 118 (46.48% from 255 or 51.30% from 230); Blue value is 86 (33.98% from 255 or 37.39% from 230); Max value from RGB is 118 - color contains mainly: green. Hex color #1A7656 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7656 is #E589A9. Grayscale: #565656. Windows color (decimal): -15042986 or 5666330. OLE color: 5666330.

HSL color Cylindrical-coordinate representation of color #1A7656: hue angle of 159.13º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A7656 is Cyan = 0.78, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB2611886-
CMYK0.7800.270.54
HSL159.13º63.89%28.24%-
HSV(B)159.13º77.97%46.27%-
XYZ8.5813.8511.02-
YUV86.84127.5284.6-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.30%
GREEN value IS 118 (46.48% from 255) = 51.30%
BLUE value IS 86 (33.98% from 255) = 37.39%
R=11.30%
G=51.30%
B=37.39%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal26118860.7800.270.54159.1363.8928.24
Hex1A76564E01B369f401c
Octal321661261160336623710034
Binary1101011101101010110100111001101111011010011111100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A7656; }

 p { color: rgb(26,118,86); }

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

<style>
 a { background-color: #1A7656; }

 a { background-color: rgb(26,118,86); }

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

<style>
 span { border-color: #1A7656; }

 span { border-color: rgb(26,118,86); }

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