Html Css Color HEX #1A7752 Salem

📋 copy color: '#1A7752'

red 26 ◦ green 119 ◦ blue 82

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

Shades of Salem #1A7752

Tints of Salem #1A7752

RGB

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

 GREEN value IS 119 (46.88% from 255) = 52.42%

 BLUE value IS 82 (32.42% from 255) = 36.12%

R = 11.45%
G = 52.42%
B = 36.12%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#1A7752 (or 0x1A7752) is known color: Salem. HEX triplet: 1A, 77 and 52. RGB value is (26,119,82). Sum of RGB (Red+Green+Blue) = 26+119+82=227 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.45% from 227); Green value is 119 (46.88% from 255 or 52.42% from 227); Blue value is 82 (32.42% from 255 or 36.12% from 227); Max value from RGB is 119 - color contains mainly: green. Hex color #1A7752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7752 is #E588AD. Grayscale: #575757. Windows color (decimal): -15042734 or 5404442. OLE color: 5404442.

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

Color convert

RGB 26 119 82 -
CMYK 0.78 0 0.31 0.53
HSL 156.13º 0.64% 0.28% -
HSV(B) 156.13º 0.78% 0.47% -
XYZ 8.55 14.02 10.24 -
YUV 86.98 125.19 84.51 -
System Red Green Blue C M Y K H S L
Decimal 26 119 82 0.78 0 0.31 0.53 156.13 0.64 0.28
Hex 1A 77 52 4E 0 1F 35 9C 40 1C
Octal 32 167 122 116 0 37 65 234 100 34
Binary 11010 1110111 1010010 1001110 0 11111 110101 10011100 1000000 11100

Color Harmonies of #1A7752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7752

Black with #1A7752

Text Example


Text Example

White with #1A7752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,119,82); }

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

background-color css

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

 a { background-color: rgb(26,119,82); }

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

border-color css

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

 span { border-color: rgb(26,119,82); }

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