Html Css Color HEX #20835A Salem

📋 copy color: '#20835A'

red 32 ◦ green 131 ◦ blue 90

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

Shades of Salem #20835A

Tints of Salem #20835A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 51.78%

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

R = 12.65%
G = 51.78%
B = 35.57%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#20835A (or 0x20835A) is known color: Salem. HEX triplet: 20, 83 and 5A. RGB value is (32,131,90). Sum of RGB (Red+Green+Blue) = 32+131+90=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 131 (51.56% from 255 or 51.78% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 131 - color contains mainly: green. Hex color #20835A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20835A is #DF7CA5. Grayscale: #606060. Windows color (decimal): -14646438 or 5931808. OLE color: 5931808.

HSL color Cylindrical-coordinate representation of color #20835A: hue angle of 155.15º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #20835A is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB 32 131 90 -
CMYK 0.76 0 0.31 0.49
HSL 155.15º 0.61% 0.32% -
HSV(B) 155.15º 0.76% 0.51% -
XYZ 10.56 17.28 12.45 -
YUV 96.73 124.2 81.83 -
System Red Green Blue C M Y K H S L
Decimal 32 131 90 0.76 0 0.31 0.49 155.15 0.61 0.32
Hex 20 83 5A 4C 0 1F 31 9B 3D 20
Octal 40 203 132 114 0 37 61 233 75 40
Binary 100000 10000011 1011010 1001100 0 11111 110001 10011011 111101 100000

Color Harmonies of #20835A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20835A

Black with #20835A

Text Example


Text Example

White with #20835A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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