Html Css Color HEX #257855 Salem

📋 copy color: '#257855'

red 37 ◦ green 120 ◦ blue 85

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

Shades of Salem #257855

Tints of Salem #257855

RGB

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

 GREEN value IS 120 (47.27% from 255) = 49.59%

 BLUE value IS 85 (33.59% from 255) = 35.12%

R = 15.29%
G = 49.59%
B = 35.12%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#257855 (or 0x257855) is known color: Salem. HEX triplet: 25, 78 and 55. RGB value is (37,120,85). Sum of RGB (Red+Green+Blue) = 37+120+85=242 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.29% from 242); Green value is 120 (47.27% from 255 or 49.59% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 120 - color contains mainly: green. Hex color #257855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257855 is #DA87AA. Grayscale: #5B5B5B. Windows color (decimal): -14321579 or 5601317. OLE color: 5601317.

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

Color convert

RGB 37 120 85 -
CMYK 0.69 0 0.29 0.53
HSL 154.7º 0.53% 0.31% -
HSV(B) 154.7º 0.69% 0.47% -
XYZ 9.12 14.48 10.91 -
YUV 91.19 124.5 89.35 -
System Red Green Blue C M Y K H S L
Decimal 37 120 85 0.69 0 0.29 0.53 154.7 0.53 0.31
Hex 25 78 55 45 0 1D 35 9B 35 1F
Octal 45 170 125 105 0 35 65 233 65 37
Binary 100101 1111000 1010101 1000101 0 11101 110101 10011011 110101 11111

Color Harmonies of #257855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257855

Black with #257855

Text Example


Text Example

White with #257855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257855; }

 p { color: rgb(37,120,85); }

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

background-color css

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

 a { background-color: rgb(37,120,85); }

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

border-color css

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

 span { border-color: rgb(37,120,85); }

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