Html Css Color HEX #1A7E4A Salem

📋 copy color: '#1A7E4A'

red 26 ◦ green 126 ◦ blue 74

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

Shades of Salem #1A7E4A

Tints of Salem #1A7E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 32.74%

R = 11.5%
G = 55.75%
B = 32.74%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.41

 K value IS 0.51

RGB Variations

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

Color information

#1A7E4A (or 0x1A7E4A) is known color: Salem. HEX triplet: 1A, 7E and 4A. RGB value is (26,126,74). Sum of RGB (Red+Green+Blue) = 26+126+74=226 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.50% from 226); Green value is 126 (49.61% from 255 or 55.75% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 126 - color contains mainly: green. Hex color #1A7E4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7E4A is #E581B5. Grayscale: #5A5A5A. Windows color (decimal): -15040950 or 4881946. OLE color: 4881946.

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

Color convert

RGB 26 126 74 -
CMYK 0.79 0 0.41 0.51
HSL 148.8º 0.66% 0.3% -
HSV(B) 148.8º 0.79% 0.49% -
XYZ 9.12 15.64 9.02 -
YUV 90.17 118.87 82.23 -
System Red Green Blue C M Y K H S L
Decimal 26 126 74 0.79 0 0.41 0.51 148.8 0.66 0.3
Hex 1A 7E 4A 4F 0 29 33 95 42 1E
Octal 32 176 112 117 0 51 63 225 102 36
Binary 11010 1111110 1001010 1001111 0 101001 110011 10010101 1000010 11110

Color Harmonies of #1A7E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7E4A

Black with #1A7E4A

Text Example


Text Example

White with #1A7E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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