#1A7F4A

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

Shades of Salem #1A7F4A

Tints of Salem #1A7F4A

Color information

#1A7F4A (or 0x1A7F4A) is unknown color: approx Salem. HEX triplet: 1A, 7F and 4A. RGB value is (26,127,74). Sum of RGB (Red+Green+Blue) = 26+127+74=227 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.45% from 227); Green value is 127 (50% from 255 or 55.95% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 127 - color contains mainly: green. Hex color #1A7F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7F4A is #E580B5. Grayscale: #5A5A5A. Windows color (decimal): -15040694 or 4882202. OLE color: 4882202.

HSL color Cylindrical-coordinate representation of color #1A7F4A: hue angle of 148.51º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A7F4A is Cyan = 0.80, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB2612774-
CMYK0.8000.420.50
HSL148.51º66.01%30%-
HSV(B)148.51º79.53%49.8%-
XYZ9.2515.899.06-
YUV90.76118.5481.81-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.45%
GREEN value IS 127 (50% from 255) = 55.95%
BLUE value IS 74 (29.30% from 255) = 32.60%
R=11.45%
G=55.95%
B=32.60%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal26127740.8000.420.50148.5166.0130
Hex1A7F4A5002A3295421e
Octal321771121200526222510236
Binary11010111111110010101010000010101011001010010101100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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