Html Css Color HEX #257352 Salem

📋 copy color: '#257352'

red 37 ◦ green 115 ◦ blue 82

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

Shades of Salem #257352

Tints of Salem #257352

RGB

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

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

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

R = 15.81%
G = 49.15%
B = 35.04%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#257352 (or 0x257352) is known color: Salem. HEX triplet: 25, 73 and 52. RGB value is (37,115,82). Sum of RGB (Red+Green+Blue) = 37+115+82=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 115 (45.31% from 255 or 49.15% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 115 - color contains mainly: green. Hex color #257352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257352 is #DA8CAD. Grayscale: #575757. Windows color (decimal): -14322862 or 5403429. OLE color: 5403429.

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

Color convert

RGB 37 115 82 -
CMYK 0.68 0 0.29 0.55
HSL 154.62º 0.51% 0.3% -
HSV(B) 154.62º 0.68% 0.45% -
XYZ 8.42 13.26 10.1 -
YUV 87.92 124.66 91.68 -
System Red Green Blue C M Y K H S L
Decimal 37 115 82 0.68 0 0.29 0.55 154.62 0.51 0.3
Hex 25 73 52 44 0 1D 37 9B 33 1E
Octal 45 163 122 104 0 35 67 233 63 36
Binary 100101 1110011 1010010 1000100 0 11101 110111 10011011 110011 11110

Color Harmonies of #257352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257352

Black with #257352

Text Example


Text Example

White with #257352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257352; }

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

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

background-color css

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

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

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

border-color css

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

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

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