Html Css Color HEX #20764A Dark Spring Green

📋 copy color: '#20764A'

red 32 ◦ green 118 ◦ blue 74

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

Shades of Dark Spring Green #20764A

Tints of Dark Spring Green #20764A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 33.04%

R = 14.29%
G = 52.68%
B = 33.04%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#20764A (or 0x20764A) is known color: Dark Spring Green. HEX triplet: 20, 76 and 4A. RGB value is (32,118,74). Sum of RGB (Red+Green+Blue) = 32+118+74=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 118 (46.48% from 255 or 52.68% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 118 - color contains mainly: green. Hex color #20764A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20764A is #DF89B5. Grayscale: #575757. Windows color (decimal): -14649782 or 4879904. OLE color: 4879904.

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

Color convert

RGB 32 118 74 -
CMYK 0.73 0 0.37 0.54
HSL 149.3º 0.57% 0.29% -
HSV(B) 149.3º 0.73% 0.46% -
XYZ 8.31 13.76 8.7 -
YUV 87.27 120.51 88.58 -
System Red Green Blue C M Y K H S L
Decimal 32 118 74 0.73 0 0.37 0.54 149.3 0.57 0.29
Hex 20 76 4A 49 0 25 36 95 39 1D
Octal 40 166 112 111 0 45 66 225 71 35
Binary 100000 1110110 1001010 1001001 0 100101 110110 10010101 111001 11101

Color Harmonies of #20764A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20764A

Black with #20764A

Text Example


Text Example

White with #20764A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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