Html Css Color HEX #1A7C4C Salem

📋 copy color: '#1A7C4C'

red 26 ◦ green 124 ◦ blue 76

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

Shades of Salem #1A7C4C

Tints of Salem #1A7C4C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 54.87%

 BLUE value IS 76 (30.08% from 255) = 33.63%

R = 11.5%
G = 54.87%
B = 33.63%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.39

 K value IS 0.51

RGB Variations

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

Color information

#1A7C4C (or 0x1A7C4C) is known color: Salem. HEX triplet: 1A, 7C and 4C. RGB value is (26,124,76). Sum of RGB (Red+Green+Blue) = 26+124+76=226 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.50% from 226); Green value is 124 (48.83% from 255 or 54.87% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 124 - color contains mainly: green. Hex color #1A7C4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7C4C is #E583B3. Grayscale: #595959. Windows color (decimal): -15041460 or 5012506. OLE color: 5012506.

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

Color convert

RGB 26 124 76 -
CMYK 0.79 0 0.39 0.51
HSL 150.61º 0.65% 0.29% -
HSV(B) 150.61º 0.79% 0.49% -
XYZ 8.94 15.16 9.29 -
YUV 89.23 120.53 82.9 -
System Red Green Blue C M Y K H S L
Decimal 26 124 76 0.79 0 0.39 0.51 150.61 0.65 0.29
Hex 1A 7C 4C 4F 0 27 33 97 41 1D
Octal 32 174 114 117 0 47 63 227 101 35
Binary 11010 1111100 1001100 1001111 0 100111 110011 10010111 1000001 11101

Color Harmonies of #1A7C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7C4C

Black with #1A7C4C

Text Example


Text Example

White with #1A7C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,124,76); }

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

background-color css

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

 a { background-color: rgb(26,124,76); }

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

border-color css

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

 span { border-color: rgb(26,124,76); }

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