Html Css Color HEX #257955 Salem

📋 copy color: '#257955'

red 37 ◦ green 121 ◦ blue 85

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

Shades of Salem #257955

Tints of Salem #257955

RGB

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

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

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

R = 15.23%
G = 49.79%
B = 34.98%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#257955 (or 0x257955) is known color: Salem. HEX triplet: 25, 79 and 55. RGB value is (37,121,85). Sum of RGB (Red+Green+Blue) = 37+121+85=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 121 (47.66% from 255 or 49.79% from 243); Blue value is 85 (33.59% from 255 or 34.98% from 243); Max value from RGB is 121 - color contains mainly: green. Hex color #257955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257955 is #DA86AA. Grayscale: #5B5B5B. Windows color (decimal): -14321323 or 5601573. OLE color: 5601573.

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

Color convert

RGB 37 121 85 -
CMYK 0.69 0 0.30 0.53
HSL 154.29º 0.53% 0.31% -
HSV(B) 154.29º 0.69% 0.47% -
XYZ 9.24 14.72 10.95 -
YUV 91.78 124.17 88.93 -
System Red Green Blue C M Y K H S L
Decimal 37 121 85 0.69 0 0.30 0.53 154.29 0.53 0.31
Hex 25 79 55 45 0 1E 35 9A 35 1F
Octal 45 171 125 105 0 36 65 232 65 37
Binary 100101 1111001 1010101 1000101 0 11110 110101 10011010 110101 11111

Color Harmonies of #257955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257955

Black with #257955

Text Example


Text Example

White with #257955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257955; }

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

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

background-color css

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

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

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

border-color css

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

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

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