#1A7953

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

Shades of Salem #1A7953

Tints of Salem #1A7953

Color information

#1A7953 (or 0x1A7953) is unknown color: approx Salem. HEX triplet: 1A, 79 and 53. RGB value is (26,121,83). Sum of RGB (Red+Green+Blue) = 26+121+83=230 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.30% from 230); Green value is 121 (47.66% from 255 or 52.61% from 230); Blue value is 83 (32.81% from 255 or 36.09% from 230); Max value from RGB is 121 - color contains mainly: green. Hex color #1A7953 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7953 is #E586AC. Grayscale: #585858. Windows color (decimal): -15042221 or 5470490. OLE color: 5470490.

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

Color convert

RGB2612183-
CMYK0.7900.310.53
HSL156º64.63%28.82%-
HSV(B)156º78.51%47.45%-
XYZ8.8214.5210.52-
YUV88.26125.0383.59-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.30%
GREEN value IS 121 (47.66% from 255) = 52.61%
BLUE value IS 83 (32.81% from 255) = 36.09%
R=11.30%
G=52.61%
B=36.09%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal26121830.7900.310.5315664.6328.82
Hex1A79534F01F359c411d
Octal321711231170376523410135
Binary1101011110011010011100111101111111010110011100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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