Html Css Color HEX #20774B Salem

📋 copy color: '#20774B'

red 32 ◦ green 119 ◦ blue 75

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

Shades of Salem #20774B

Tints of Salem #20774B

RGB

 RED value IS 32 (12.89% from 255) = 14.16%

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

 BLUE value IS 75 (29.69% from 255) = 33.19%

R = 14.16%
G = 52.65%
B = 33.19%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#20774B (or 0x20774B) is known color: Salem. HEX triplet: 20, 77 and 4B. RGB value is (32,119,75). Sum of RGB (Red+Green+Blue) = 32+119+75=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 119 (46.88% from 255 or 52.65% from 226); Blue value is 75 (29.69% from 255 or 33.19% from 226); Max value from RGB is 119 - color contains mainly: green. Hex color #20774B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20774B is #DF88B4. Grayscale: #585858. Windows color (decimal): -14649525 or 4945696. OLE color: 4945696.

HSL color Cylindrical-coordinate representation of color #20774B: hue angle of 149.66º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #20774B is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 32 119 75 -
CMYK 0.73 0 0.37 0.53
HSL 149.66º 0.58% 0.3% -
HSV(B) 149.66º 0.73% 0.47% -
XYZ 8.46 14.01 8.91 -
YUV 87.97 120.68 88.08 -
System Red Green Blue C M Y K H S L
Decimal 32 119 75 0.73 0 0.37 0.53 149.66 0.58 0.3
Hex 20 77 4B 49 0 25 35 96 3A 1E
Octal 40 167 113 111 0 45 65 226 72 36
Binary 100000 1110111 1001011 1001001 0 100101 110101 10010110 111010 11110

Color Harmonies of #20774B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20774B

Black with #20774B

Text Example


Text Example

White with #20774B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20774B; }

 p { color: rgb(32,119,75); }

 H1.HeaderClassName
 {
   color: #20774B;
 }
 .AnyTagClassName
 {
   color: #20774B;
 }
</style>

background-color css

<style>
 a { background-color: #20774B; }

 a { background-color: rgb(32,119,75); }

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

border-color css

<style>
 span { border-color: #20774B; }

 span { border-color: rgb(32,119,75); }

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