#1A7B59

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

Shades of Salem #1A7B59

Tints of Salem #1A7B59

Color information

#1A7B59 (or 0x1A7B59) is unknown color: approx Salem. HEX triplet: 1A, 7B and 59. RGB value is (26,123,89). Sum of RGB (Red+Green+Blue) = 26+123+89=238 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.92% from 238); Green value is 123 (48.44% from 255 or 51.68% from 238); Blue value is 89 (35.16% from 255 or 37.39% from 238); Max value from RGB is 123 - color contains mainly: green. Hex color #1A7B59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7B59 is #E584A6. Grayscale: #5A5A5A. Windows color (decimal): -15041703 or 5864218. OLE color: 5864218.

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

Color convert

RGB2612389-
CMYK0.7900.280.52
HSL158.97º65.1%29.22%-
HSV(B)158.97º78.86%48.24%-
XYZ9.3115.1111.88-
YUV90.12127.3682.26-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.92%
GREEN value IS 123 (48.44% from 255) = 51.68%
BLUE value IS 89 (35.16% from 255) = 37.39%
R=10.92%
G=51.68%
B=37.39%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal26123890.7900.280.52158.9765.129.22
Hex1A7B594F01C349f411d
Octal321731311170346423710135
Binary1101011110111011001100111101110011010010011111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,123,89); }

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

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

 a { background-color: rgb(26,123,89); }

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

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

 span { border-color: rgb(26,123,89); }

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