#1A7F58

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

Shades of Salem #1A7F58

Tints of Salem #1A7F58

Color information

#1A7F58 (or 0x1A7F58) is unknown color: approx Salem. HEX triplet: 1A, 7F and 58. RGB value is (26,127,88). Sum of RGB (Red+Green+Blue) = 26+127+88=241 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.79% from 241); Green value is 127 (50% from 255 or 52.70% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 127 - color contains mainly: green. Hex color #1A7F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7F58 is #E580A7. Grayscale: #5C5C5C. Windows color (decimal): -15040680 or 5799706. OLE color: 5799706.

HSL color Cylindrical-coordinate representation of color #1A7F58: hue angle of 156.83º 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 #1A7F58 is Cyan = 0.80, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB2612788-
CMYK0.8000.310.50
HSL156.83º66.01%30%-
HSV(B)156.83º79.53%49.8%-
XYZ9.7816.111.83-
YUV92.35125.5480.67-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.79%
GREEN value IS 127 (50% from 255) = 52.70%
BLUE value IS 88 (34.77% from 255) = 36.51%
R=10.79%
G=52.70%
B=36.51%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal26127880.8000.310.50156.8366.0130
Hex1A7F585001F329d421e
Octal321771301200376223510236
Binary1101011111111011000101000001111111001010011101100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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