#1A7C58

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

Shades of Salem #1A7C58

Tints of Salem #1A7C58

Color information

#1A7C58 (or 0x1A7C58) is unknown color: approx Salem. HEX triplet: 1A, 7C and 58. RGB value is (26,124,88). Sum of RGB (Red+Green+Blue) = 26+124+88=238 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.92% from 238); Green value is 124 (48.83% from 255 or 52.10% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 124 - color contains mainly: green. Hex color #1A7C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7C58 is #E583A7. Grayscale: #5A5A5A. Windows color (decimal): -15041448 or 5798938. OLE color: 5798938.

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

Color convert

RGB2612488-
CMYK0.7900.290.51
HSL157.96º65.33%29.41%-
HSV(B)157.96º79.03%48.63%-
XYZ9.415.3411.7-
YUV90.59126.5381.93-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.92%
GREEN value IS 124 (48.83% from 255) = 52.10%
BLUE value IS 88 (34.77% from 255) = 36.97%
R=10.92%
G=52.10%
B=36.97%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal26124880.7900.290.51157.9665.3329.41
Hex1A7C584F01D339e411d
Octal321741301170356323610135
Binary1101011111001011000100111101110111001110011110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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