Html Css Color HEX #1A7E50 Salem

📋 copy color: '#1A7E50'

red 26 ◦ green 126 ◦ blue 80

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

Shades of Salem #1A7E50

Tints of Salem #1A7E50

RGB

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

 GREEN value IS 126 (49.61% from 255) = 54.31%

 BLUE value IS 80 (31.64% from 255) = 34.48%

R = 11.21%
G = 54.31%
B = 34.48%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.37

 K value IS 0.51

RGB Variations

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

Color information

#1A7E50 (or 0x1A7E50) is known color: Salem. HEX triplet: 1A, 7E and 50. RGB value is (26,126,80). Sum of RGB (Red+Green+Blue) = 26+126+80=232 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.21% from 232); Green value is 126 (49.61% from 255 or 54.31% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 126 - color contains mainly: green. Hex color #1A7E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7E50 is #E581AF. Grayscale: #5A5A5A. Windows color (decimal): -15040944 or 5275162. OLE color: 5275162.

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

Color convert

RGB 26 126 80 -
CMYK 0.79 0 0.37 0.51
HSL 152.4º 0.66% 0.3% -
HSV(B) 152.4º 0.79% 0.49% -
XYZ 9.33 15.72 10.13 -
YUV 90.86 121.87 81.74 -
System Red Green Blue C M Y K H S L
Decimal 26 126 80 0.79 0 0.37 0.51 152.4 0.66 0.3
Hex 1A 7E 50 4F 0 25 33 98 42 1E
Octal 32 176 120 117 0 45 63 230 102 36
Binary 11010 1111110 1010000 1001111 0 100101 110011 10011000 1000010 11110

Color Harmonies of #1A7E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7E50

Black with #1A7E50

Text Example


Text Example

White with #1A7E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,126,80); }

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

background-color css

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

 a { background-color: rgb(26,126,80); }

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

border-color css

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

 span { border-color: rgb(26,126,80); }

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