Html Css Color HEX #257952 Salem

📋 copy color: '#257952'

red 37 ◦ green 121 ◦ blue 82

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

Shades of Salem #257952

Tints of Salem #257952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 34.17%

R = 15.42%
G = 50.42%
B = 34.17%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#257952 (or 0x257952) is known color: Salem. HEX triplet: 25, 79 and 52. RGB value is (37,121,82). Sum of RGB (Red+Green+Blue) = 37+121+82=240 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.42% from 240); Green value is 121 (47.66% from 255 or 50.42% from 240); Blue value is 82 (32.42% from 255 or 34.17% from 240); Max value from RGB is 121 - color contains mainly: green. Hex color #257952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257952 is #DA86AD. Grayscale: #5B5B5B. Windows color (decimal): -14321326 or 5404965. OLE color: 5404965.

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

Color convert

RGB 37 121 82 -
CMYK 0.69 0 0.32 0.53
HSL 152.14º 0.53% 0.31% -
HSV(B) 152.14º 0.69% 0.47% -
XYZ 9.12 14.68 10.33 -
YUV 91.44 122.67 89.17 -
System Red Green Blue C M Y K H S L
Decimal 37 121 82 0.69 0 0.32 0.53 152.14 0.53 0.31
Hex 25 79 52 45 0 20 35 98 35 1F
Octal 45 171 122 105 0 40 65 230 65 37
Binary 100101 1111001 1010010 1000101 0 100000 110101 10011000 110101 11111

Color Harmonies of #257952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257952

Black with #257952

Text Example


Text Example

White with #257952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257952; }

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

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

background-color css

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

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

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

border-color css

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

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

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