Html Css Color HEX #20764B Salem

📋 copy color: '#20764B'

red 32 ◦ green 118 ◦ blue 75

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

Shades of Salem #20764B

Tints of Salem #20764B

RGB

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

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

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

R = 14.22%
G = 52.44%
B = 33.33%

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

#20764B (or 0x20764B) is known color: Salem. HEX triplet: 20, 76 and 4B. RGB value is (32,118,75). Sum of RGB (Red+Green+Blue) = 32+118+75=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 118 (46.48% from 255 or 52.44% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 118 - color contains mainly: green. Hex color #20764B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20764B is #DF89B4. Grayscale: #575757. Windows color (decimal): -14649781 or 4945440. OLE color: 4945440.

HSL color Cylindrical-coordinate representation of color #20764B: hue angle of 150º 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 #20764B is Cyan = 0.73, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 32 118 75 -
CMYK 0.73 0 0.36 0.54
HSL 150º 0.57% 0.29% -
HSV(B) 150º 0.73% 0.46% -
XYZ 8.34 13.77 8.88 -
YUV 87.38 121.01 88.5 -
System Red Green Blue C M Y K H S L
Decimal 32 118 75 0.73 0 0.36 0.54 150 0.57 0.29
Hex 20 76 4B 49 0 24 36 96 39 1D
Octal 40 166 113 111 0 44 66 226 71 35
Binary 100000 1110110 1001011 1001001 0 100100 110110 10010110 111001 11101

Color Harmonies of #20764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20764B

Black with #20764B

Text Example


Text Example

White with #20764B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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