Html Css Color HEX #1A764A Salem

📋 copy color: '#1A764A'

red 26 ◦ green 118 ◦ blue 74

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

Shades of Salem #1A764A

Tints of Salem #1A764A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 54.13%

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

R = 11.93%
G = 54.13%
B = 33.94%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#1A764A (or 0x1A764A) is known color: Salem. HEX triplet: 1A, 76 and 4A. RGB value is (26,118,74). Sum of RGB (Red+Green+Blue) = 26+118+74=218 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.93% from 218); Green value is 118 (46.48% from 255 or 54.13% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 118 - color contains mainly: green. Hex color #1A764A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A764A is #E589B5. Grayscale: #555555. Windows color (decimal): -15042998 or 4879898. OLE color: 4879898.

HSL color Cylindrical-coordinate representation of color #1A764A: hue angle of 151.3º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A764A is Cyan = 0.78, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 26 118 74 -
CMYK 0.78 0 0.37 0.54
HSL 151.3º 0.64% 0.28% -
HSV(B) 151.3º 0.78% 0.46% -
XYZ 8.14 13.67 8.69 -
YUV 85.48 121.52 85.58 -
System Red Green Blue C M Y K H S L
Decimal 26 118 74 0.78 0 0.37 0.54 151.3 0.64 0.28
Hex 1A 76 4A 4E 0 25 36 97 40 1C
Octal 32 166 112 116 0 45 66 227 100 34
Binary 11010 1110110 1001010 1001110 0 100101 110110 10010111 1000000 11100

Color Harmonies of #1A764A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A764A

Black with #1A764A

Text Example


Text Example

White with #1A764A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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