Html Css Color HEX #208258 Salem

📋 copy color: '#208258'

red 32 ◦ green 130 ◦ blue 88

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

Shades of Salem #208258

Tints of Salem #208258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 35.2%

R = 12.8%
G = 52%
B = 35.2%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#208258 (or 0x208258) is known color: Salem. HEX triplet: 20, 82 and 58. RGB value is (32,130,88). Sum of RGB (Red+Green+Blue) = 32+130+88=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 88 (34.77% from 255 or 35.2% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #208258 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208258 is #DF7DA7. Grayscale: #5F5F5F. Windows color (decimal): -14646696 or 5800480. OLE color: 5800480.

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

Color convert

RGB 32 130 88 -
CMYK 0.75 0 0.32 0.49
HSL 154.29º 0.6% 0.32% -
HSV(B) 154.29º 0.75% 0.51% -
XYZ 10.34 16.98 11.96 -
YUV 95.91 123.53 82.42 -
System Red Green Blue C M Y K H S L
Decimal 32 130 88 0.75 0 0.32 0.49 154.29 0.6 0.32
Hex 20 82 58 4B 0 20 31 9A 3C 20
Octal 40 202 130 113 0 40 61 232 74 40
Binary 100000 10000010 1011000 1001011 0 100000 110001 10011010 111100 100000

Color Harmonies of #208258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208258

Black with #208258

Text Example


Text Example

White with #208258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208258; }

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

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

background-color css

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

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

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

border-color css

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

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

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