Html Css Color HEX #1A8949 Salem

📋 copy color: '#1A8949'

red 26 ◦ green 137 ◦ blue 73

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

Shades of Salem #1A8949

Tints of Salem #1A8949

RGB

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

 GREEN value IS 137 (53.91% from 255) = 58.05%

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

R = 11.02%
G = 58.05%
B = 30.93%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#1A8949 (or 0x1A8949) is known color: Salem. HEX triplet: 1A, 89 and 49. RGB value is (26,137,73). Sum of RGB (Red+Green+Blue) = 26+137+73=236 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.02% from 236); Green value is 137 (53.91% from 255 or 58.05% from 236); Blue value is 73 (28.91% from 255 or 30.93% from 236); Max value from RGB is 137 - color contains mainly: green. Hex color #1A8949 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A8949 is #E576B6. Grayscale: #606060. Windows color (decimal): -15038135 or 4819226. OLE color: 4819226.

HSL color Cylindrical-coordinate representation of color #1A8949: hue angle of 145.41º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8949 is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 26 137 73 -
CMYK 0.81 0 0.47 0.46
HSL 145.41º 0.68% 0.32% -
HSV(B) 145.41º 0.81% 0.54% -
XYZ 10.57 18.59 9.33 -
YUV 96.52 114.73 77.7 -
System Red Green Blue C M Y K H S L
Decimal 26 137 73 0.81 0 0.47 0.46 145.41 0.68 0.32
Hex 1A 89 49 51 0 2F 2E 91 44 20
Octal 32 211 111 121 0 57 56 221 104 40
Binary 11010 10001001 1001001 1010001 0 101111 101110 10010001 1000100 100000

Color Harmonies of #1A8949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A8949

Black with #1A8949

Text Example


Text Example

White with #1A8949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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