#1A7752

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

Shades of Salem #1A7752

Tints of Salem #1A7752

Color information

#1A7752 (or 0x1A7752) is unknown color: approx Salem. HEX triplet: 1A, 77 and 52. RGB value is (26,119,82). Sum of RGB (Red+Green+Blue) = 26+119+82=227 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.45% from 227); Green value is 119 (46.88% from 255 or 52.42% from 227); Blue value is 82 (32.42% from 255 or 36.12% from 227); Max value from RGB is 119 - color contains mainly: green. Hex color #1A7752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7752 is #E588AD. Grayscale: #575757. Windows color (decimal): -15042734 or 5404442. OLE color: 5404442.

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

Color convert

RGB2611982-
CMYK0.7800.310.53
HSL156.13º64.14%28.43%-
HSV(B)156.13º78.15%46.67%-
XYZ8.5514.0210.24-
YUV86.98125.1984.51-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.45%
GREEN value IS 119 (46.88% from 255) = 52.42%
BLUE value IS 82 (32.42% from 255) = 36.12%
R=11.45%
G=52.42%
B=36.12%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal26119820.7800.310.53156.1364.1428.43
Hex1A77524E01F359c401c
Octal321671221160376523410034
Binary1101011101111010010100111001111111010110011100100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,119,82); }

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

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

 a { background-color: rgb(26,119,82); }

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

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

 span { border-color: rgb(26,119,82); }

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