Html Css Color HEX #20704F Salem

📋 copy color: '#20704F'

red 32 ◦ green 112 ◦ blue 79

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

Shades of Salem #20704F

Tints of Salem #20704F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 50.22%

 BLUE value IS 79 (31.25% from 255) = 35.43%

R = 14.35%
G = 50.22%
B = 35.43%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#20704F (or 0x20704F) is known color: Salem. HEX triplet: 20, 70 and 4F. RGB value is (32,112,79). Sum of RGB (Red+Green+Blue) = 32+112+79=223 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.35% from 223); Green value is 112 (44.14% from 255 or 50.22% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 112 - color contains mainly: green. Hex color #20704F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20704F is #DF8FB0. Grayscale: #545454. Windows color (decimal): -14651313 or 5206048. OLE color: 5206048.

HSL color Cylindrical-coordinate representation of color #20704F: hue angle of 155.25º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20704F is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 32 112 79 -
CMYK 0.71 0 0.29 0.56
HSL 155.25º 0.56% 0.28% -
HSV(B) 155.25º 0.71% 0.44% -
XYZ 7.8 12.46 9.39 -
YUV 84.32 125 90.68 -
System Red Green Blue C M Y K H S L
Decimal 32 112 79 0.71 0 0.29 0.56 155.25 0.56 0.28
Hex 20 70 4F 47 0 1D 38 9B 38 1C
Octal 40 160 117 107 0 35 70 233 70 34
Binary 100000 1110000 1001111 1000111 0 11101 111000 10011011 111000 11100

Color Harmonies of #20704F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20704F

Black with #20704F

Text Example


Text Example

White with #20704F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20704F; }

 p { color: rgb(32,112,79); }

 H1.HeaderClassName
 {
   color: #20704F;
 }
 .AnyTagClassName
 {
   color: #20704F;
 }
</style>

background-color css

<style>
 a { background-color: #20704F; }

 a { background-color: rgb(32,112,79); }

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

border-color css

<style>
 span { border-color: #20704F; }

 span { border-color: rgb(32,112,79); }

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