#1A7A53

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

Shades of Salem #1A7A53

Tints of Salem #1A7A53

Color information

#1A7A53 (or 0x1A7A53) is unknown color: approx Salem. HEX triplet: 1A, 7A and 53. RGB value is (26,122,83). Sum of RGB (Red+Green+Blue) = 26+122+83=231 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.26% from 231); Green value is 122 (48.05% from 255 or 52.81% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 122 - color contains mainly: green. Hex color #1A7A53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7A53 is #E585AC. Grayscale: #585858. Windows color (decimal): -15041965 or 5470746. OLE color: 5470746.

HSL color Cylindrical-coordinate representation of color #1A7A53: hue angle of 155.62º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A7A53 is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.52.

Color convert

RGB2612283-
CMYK0.7900.320.52
HSL155.62º64.86%29.02%-
HSV(B)155.62º78.69%47.84%-
XYZ8.9514.7610.56-
YUV88.85124.783.17-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.26%
GREEN value IS 122 (48.05% from 255) = 52.81%
BLUE value IS 83 (32.81% from 255) = 35.93%
R=11.26%
G=52.81%
B=35.93%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal26122830.7900.320.52155.6264.8629.02
Hex1A7A534F020349c411d
Octal321721231170406423410135
Binary11010111101010100111001111010000011010010011100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,122,83); }

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

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

 a { background-color: rgb(26,122,83); }

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

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

 span { border-color: rgb(26,122,83); }

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