Html Css Color HEX #1A7949 Salem

📋 copy color: '#1A7949'

red 26 ◦ green 121 ◦ blue 73

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

Shades of Salem #1A7949

Tints of Salem #1A7949

RGB

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

 GREEN value IS 121 (47.66% from 255) = 55%

 BLUE value IS 73 (28.91% from 255) = 33.18%

R = 11.82%
G = 55%
B = 33.18%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#1A7949 (or 0x1A7949) is known color: Salem. HEX triplet: 1A, 79 and 49. RGB value is (26,121,73). Sum of RGB (Red+Green+Blue) = 26+121+73=220 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.82% from 220); Green value is 121 (47.66% from 255 or 55% from 220); Blue value is 73 (28.91% from 255 or 33.18% from 220); Max value from RGB is 121 - color contains mainly: green. Hex color #1A7949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7949 is #E586B6. Grayscale: #575757. Windows color (decimal): -15042231 or 4815130. OLE color: 4815130.

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

Color convert

RGB 26 121 73 -
CMYK 0.79 0 0.40 0.53
HSL 149.68º 0.65% 0.29% -
HSV(B) 149.68º 0.79% 0.47% -
XYZ 8.47 14.38 8.63 -
YUV 87.12 120.03 84.4 -
System Red Green Blue C M Y K H S L
Decimal 26 121 73 0.79 0 0.40 0.53 149.68 0.65 0.29
Hex 1A 79 49 4F 0 28 35 96 41 1D
Octal 32 171 111 117 0 50 65 226 101 35
Binary 11010 1111001 1001001 1001111 0 101000 110101 10010110 1000001 11101

Color Harmonies of #1A7949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7949

Black with #1A7949

Text Example


Text Example

White with #1A7949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,121,73); }

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

background-color css

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

 a { background-color: rgb(26,121,73); }

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

border-color css

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

 span { border-color: rgb(26,121,73); }

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