Html Css Color HEX #20825A Salem

📋 copy color: '#20825A'

red 32 ◦ green 130 ◦ blue 90

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

Shades of Salem #20825A

Tints of Salem #20825A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 35.71%

R = 12.7%
G = 51.59%
B = 35.71%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#20825A (or 0x20825A) is known color: Salem. HEX triplet: 20, 82 and 5A. RGB value is (32,130,90). Sum of RGB (Red+Green+Blue) = 32+130+90=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 130 (51.17% from 255 or 51.59% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 130 - color contains mainly: green. Hex color #20825A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20825A is #DF7DA5. Grayscale: #606060. Windows color (decimal): -14646694 or 5931552. OLE color: 5931552.

HSL color Cylindrical-coordinate representation of color #20825A: hue angle of 155.51º 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 #20825A is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB 32 130 90 -
CMYK 0.75 0 0.31 0.49
HSL 155.51º 0.6% 0.32% -
HSV(B) 155.51º 0.75% 0.51% -
XYZ 10.42 17.01 12.41 -
YUV 96.14 124.53 82.25 -
System Red Green Blue C M Y K H S L
Decimal 32 130 90 0.75 0 0.31 0.49 155.51 0.6 0.32
Hex 20 82 5A 4B 0 1F 31 9C 3C 20
Octal 40 202 132 113 0 37 61 234 74 40
Binary 100000 10000010 1011010 1001011 0 11111 110001 10011100 111100 100000

Color Harmonies of #20825A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20825A

Black with #20825A

Text Example


Text Example

White with #20825A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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