Html Css Color HEX #20824C Salem

📋 copy color: '#20824C'

red 32 ◦ green 130 ◦ blue 76

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

Shades of Salem #20824C

Tints of Salem #20824C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 54.62%

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

R = 13.45%
G = 54.62%
B = 31.93%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#20824C (or 0x20824C) is known color: Salem. HEX triplet: 20, 82 and 4C. RGB value is (32,130,76). Sum of RGB (Red+Green+Blue) = 32+130+76=238 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.45% from 238); Green value is 130 (51.17% from 255 or 54.62% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 130 - color contains mainly: green. Hex color #20824C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20824C is #DF7DB3. Grayscale: #5E5E5E. Windows color (decimal): -14646708 or 5014048. OLE color: 5014048.

HSL color Cylindrical-coordinate representation of color #20824C: hue angle of 146.94º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20824C is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 32 130 76 -
CMYK 0.75 0 0.42 0.49
HSL 146.94º 0.6% 0.32% -
HSV(B) 146.94º 0.75% 0.51% -
XYZ 9.88 16.79 9.56 -
YUV 94.54 117.53 83.39 -
System Red Green Blue C M Y K H S L
Decimal 32 130 76 0.75 0 0.42 0.49 146.94 0.6 0.32
Hex 20 82 4C 4B 0 2A 31 93 3C 20
Octal 40 202 114 113 0 52 61 223 74 40
Binary 100000 10000010 1001100 1001011 0 101010 110001 10010011 111100 100000

Color Harmonies of #20824C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20824C

Black with #20824C

Text Example


Text Example

White with #20824C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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