Html Css Color HEX #207353 Salem

📋 copy color: '#207353'

red 32 ◦ green 115 ◦ blue 83

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

Shades of Salem #207353

Tints of Salem #207353

RGB

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

 GREEN value IS 115 (45.31% from 255) = 50%

 BLUE value IS 83 (32.81% from 255) = 36.09%

R = 13.91%
G = 50%
B = 36.09%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#207353 (or 0x207353) is known color: Salem. HEX triplet: 20, 73 and 53. RGB value is (32,115,83). Sum of RGB (Red+Green+Blue) = 32+115+83=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 115 (45.31% from 255 or 50% from 230); Blue value is 83 (32.81% from 255 or 36.09% from 230); Max value from RGB is 115 - color contains mainly: green. Hex color #207353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207353 is #DF8CAC. Grayscale: #565656. Windows color (decimal): -14650541 or 5468960. OLE color: 5468960.

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

Color convert

RGB 32 115 83 -
CMYK 0.72 0 0.28 0.55
HSL 156.87º 0.56% 0.29% -
HSV(B) 156.87º 0.72% 0.45% -
XYZ 8.29 13.19 10.29 -
YUV 86.54 126 89.1 -
System Red Green Blue C M Y K H S L
Decimal 32 115 83 0.72 0 0.28 0.55 156.87 0.56 0.29
Hex 20 73 53 48 0 1C 37 9D 38 1D
Octal 40 163 123 110 0 34 67 235 70 35
Binary 100000 1110011 1010011 1001000 0 11100 110111 10011101 111000 11101

Color Harmonies of #207353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207353

Black with #207353

Text Example


Text Example

White with #207353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207353; }

 p { color: rgb(32,115,83); }

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

background-color css

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

 a { background-color: rgb(32,115,83); }

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

border-color css

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

 span { border-color: rgb(32,115,83); }

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