Html Css Color HEX #20764C Salem

📋 copy color: '#20764C'

red 32 ◦ green 118 ◦ blue 76

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

Shades of Salem #20764C

Tints of Salem #20764C

RGB

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

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

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

R = 14.16%
G = 52.21%
B = 33.63%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#20764C (or 0x20764C) is known color: Salem. HEX triplet: 20, 76 and 4C. RGB value is (32,118,76). Sum of RGB (Red+Green+Blue) = 32+118+76=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 118 (46.48% from 255 or 52.21% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 118 - color contains mainly: green. Hex color #20764C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20764C is #DF89B3. Grayscale: #575757. Windows color (decimal): -14649780 or 5010976. OLE color: 5010976.

HSL color Cylindrical-coordinate representation of color #20764C: hue angle of 150.7º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #20764C is Cyan = 0.73, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 32 118 76 -
CMYK 0.73 0 0.36 0.54
HSL 150.7º 0.57% 0.29% -
HSV(B) 150.7º 0.73% 0.46% -
XYZ 8.38 13.79 9.06 -
YUV 87.5 121.51 88.42 -
System Red Green Blue C M Y K H S L
Decimal 32 118 76 0.73 0 0.36 0.54 150.7 0.57 0.29
Hex 20 76 4C 49 0 24 36 97 39 1D
Octal 40 166 114 111 0 44 66 227 71 35
Binary 100000 1110110 1001100 1001001 0 100100 110110 10010111 111001 11101

Color Harmonies of #20764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20764C

Black with #20764C

Text Example


Text Example

White with #20764C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20764C; }

 p { color: rgb(32,118,76); }

 H1.HeaderClassName
 {
   color: #20764C;
 }
 .AnyTagClassName
 {
   color: #20764C;
 }
</style>

background-color css

<style>
 a { background-color: #20764C; }

 a { background-color: rgb(32,118,76); }

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

border-color css

<style>
 span { border-color: #20764C; }

 span { border-color: rgb(32,118,76); }

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