#1A7C4A

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

Shades of Salem #1A7C4A

Tints of Salem #1A7C4A

Color information

#1A7C4A (or 0x1A7C4A) is unknown color: approx Salem. HEX triplet: 1A, 7C and 4A. RGB value is (26,124,74). Sum of RGB (Red+Green+Blue) = 26+124+74=224 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.61% from 224); Green value is 124 (48.83% from 255 or 55.36% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 124 - color contains mainly: green. Hex color #1A7C4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7C4A is #E583B5. Grayscale: #595959. Windows color (decimal): -15041462 or 4881434. OLE color: 4881434.

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

Color convert

RGB2612474-
CMYK0.7900.400.51
HSL149.39º65.33%29.41%-
HSV(B)149.39º79.03%48.63%-
XYZ8.8715.138.93-
YUV89119.5383.07-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.61%
GREEN value IS 124 (48.83% from 255) = 55.36%
BLUE value IS 74 (29.30% from 255) = 33.04%
R=11.61%
G=55.36%
B=33.04%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal26124740.7900.400.51149.3965.3329.41
Hex1A7C4A4F0283395411d
Octal321741121170506322510135
Binary11010111110010010101001111010100011001110010101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,124,74); }

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

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

 a { background-color: rgb(26,124,74); }

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

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

 span { border-color: rgb(26,124,74); }

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