Html Css Color HEX #257950 Salem

📋 copy color: '#257950'

red 37 ◦ green 121 ◦ blue 80

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

Shades of Salem #257950

Tints of Salem #257950

RGB

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

 GREEN value IS 121 (47.66% from 255) = 50.84%

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

R = 15.55%
G = 50.84%
B = 33.61%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#257950 (or 0x257950) is known color: Salem. HEX triplet: 25, 79 and 50. RGB value is (37,121,80). Sum of RGB (Red+Green+Blue) = 37+121+80=238 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.55% from 238); Green value is 121 (47.66% from 255 or 50.84% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 121 - color contains mainly: green. Hex color #257950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257950 is #DA86AF. Grayscale: #5B5B5B. Windows color (decimal): -14321328 or 5273893. OLE color: 5273893.

HSL color Cylindrical-coordinate representation of color #257950: hue angle of 150.71º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #257950 is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 37 121 80 -
CMYK 0.69 0 0.34 0.53
HSL 150.71º 0.53% 0.31% -
HSV(B) 150.71º 0.69% 0.47% -
XYZ 9.05 14.65 9.94 -
YUV 91.21 121.67 89.33 -
System Red Green Blue C M Y K H S L
Decimal 37 121 80 0.69 0 0.34 0.53 150.71 0.53 0.31
Hex 25 79 50 45 0 22 35 97 35 1F
Octal 45 171 120 105 0 42 65 227 65 37
Binary 100101 1111001 1010000 1000101 0 100010 110101 10010111 110101 11111

Color Harmonies of #257950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257950

Black with #257950

Text Example


Text Example

White with #257950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257950; }

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

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

background-color css

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

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

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

border-color css

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

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

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