Html Css Color HEX #257650 Salem

📋 copy color: '#257650'

red 37 ◦ green 118 ◦ blue 80

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

Shades of Salem #257650

Tints of Salem #257650

RGB

 RED value IS 37 (14.84% from 255) = 15.74%

 GREEN value IS 118 (46.48% from 255) = 50.21%

 BLUE value IS 80 (31.64% from 255) = 34.04%

R = 15.74%
G = 50.21%
B = 34.04%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#257650 (or 0x257650) is known color: Salem. HEX triplet: 25, 76 and 50. RGB value is (37,118,80). Sum of RGB (Red+Green+Blue) = 37+118+80=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #257650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257650 is #DA89AF. Grayscale: #595959. Windows color (decimal): -14322096 or 5273125. OLE color: 5273125.

HSL color Cylindrical-coordinate representation of color #257650: hue angle of 151.85º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #257650 is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 37 118 80 -
CMYK 0.69 0 0.32 0.54
HSL 151.85º 0.52% 0.3% -
HSV(B) 151.85º 0.69% 0.46% -
XYZ 8.69 13.93 9.82 -
YUV 89.45 122.66 90.59 -
System Red Green Blue C M Y K H S L
Decimal 37 118 80 0.69 0 0.32 0.54 151.85 0.52 0.3
Hex 25 76 50 45 0 20 36 98 34 1E
Octal 45 166 120 105 0 40 66 230 64 36
Binary 100101 1110110 1010000 1000101 0 100000 110110 10011000 110100 11110

Color Harmonies of #257650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257650

Black with #257650

Text Example


Text Example

White with #257650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257650; }

 p { color: rgb(37,118,80); }

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

background-color css

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

 a { background-color: rgb(37,118,80); }

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

border-color css

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

 span { border-color: rgb(37,118,80); }

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