Html Css Color HEX #1A7D59 Salem

📋 copy color: '#1A7D59'

red 26 ◦ green 125 ◦ blue 89

#1A7D59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #1A7D59

Tints of Salem #1A7D59

RGB

 RED value IS 26 (10.55% from 255) = 10.83%

 GREEN value IS 125 (49.22% from 255) = 52.08%

 BLUE value IS 89 (35.16% from 255) = 37.08%

R = 10.83%
G = 52.08%
B = 37.08%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.29

 K value IS 0.51

RGB Variations

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

Color information

#1A7D59 (or 0x1A7D59) is known color: Salem. HEX triplet: 1A, 7D and 59. RGB value is (26,125,89). Sum of RGB (Red+Green+Blue) = 26+125+89=240 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.83% from 240); Green value is 125 (49.22% from 255 or 52.08% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 125 - color contains mainly: green. Hex color #1A7D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7D59 is #E582A6. Grayscale: #5B5B5B. Windows color (decimal): -15041191 or 5864730. OLE color: 5864730.

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

Color convert

RGB 26 125 89 -
CMYK 0.79 0 0.29 0.51
HSL 158.18º 0.66% 0.3% -
HSV(B) 158.18º 0.79% 0.49% -
XYZ 9.56 15.61 11.96 -
YUV 91.3 126.7 81.43 -
System Red Green Blue C M Y K H S L
Decimal 26 125 89 0.79 0 0.29 0.51 158.18 0.66 0.3
Hex 1A 7D 59 4F 0 1D 33 9E 42 1E
Octal 32 175 131 117 0 35 63 236 102 36
Binary 11010 1111101 1011001 1001111 0 11101 110011 10011110 1000010 11110

Color Harmonies of #1A7D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7D59

Black with #1A7D59

Text Example


Text Example

White with #1A7D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1A7D59;
 }
 .AnyTagClassName
 {
   color: #1A7D59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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