#1A7950

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

Shades of Salem #1A7950

Tints of Salem #1A7950

Color information

#1A7950 (or 0x1A7950) is unknown color: approx Salem. HEX triplet: 1A, 79 and 50. RGB value is (26,121,80). Sum of RGB (Red+Green+Blue) = 26+121+80=227 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.45% from 227); Green value is 121 (47.66% from 255 or 53.30% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 121 - color contains mainly: green. Hex color #1A7950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7950 is #E586AF. Grayscale: #575757. Windows color (decimal): -15042224 or 5273882. OLE color: 5273882.

HSL color Cylindrical-coordinate representation of color #1A7950: hue angle of 154.11º 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 #1A7950 is Cyan = 0.79, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB2612180-
CMYK0.7900.340.53
HSL154.11º64.63%28.82%-
HSV(B)154.11º78.51%47.45%-
XYZ8.7114.479.92-
YUV87.92123.5383.83-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.45%
GREEN value IS 121 (47.66% from 255) = 53.30%
BLUE value IS 80 (31.64% from 255) = 35.24%
R=11.45%
G=53.30%
B=35.24%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal26121800.7900.340.53154.1164.6328.82
Hex1A79504F022359a411d
Octal321711201170426523210135
Binary11010111100110100001001111010001011010110011010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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