Html Css Color HEX #257D71 Elm

📋 copy color: '#257D71'

red 37 ◦ green 125 ◦ blue 113

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

Shades of Elm #257D71

Tints of Elm #257D71

RGB

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

 GREEN value IS 125 (49.22% from 255) = 45.45%

 BLUE value IS 113 (44.53% from 255) = 41.09%

R = 13.45%
G = 45.45%
B = 41.09%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#257D71 (or 0x257D71) is known color: Elm. HEX triplet: 25, 7D and 71. RGB value is (37,125,113). Sum of RGB (Red+Green+Blue) = 37+125+113=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 125 (49.22% from 255 or 45.45% from 275); Blue value is 113 (44.53% from 255 or 41.09% from 275); Max value from RGB is 125 - color contains mainly: green. Hex color #257D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257D71 is #DA828E. Grayscale: #616161. Windows color (decimal): -14320271 or 7437605. OLE color: 7437605.

HSL color Cylindrical-coordinate representation of color #257D71: hue angle of 171.82º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257D71 is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 125 113 -
CMYK 0.70 0 0.10 0.51
HSL 171.82º 0.54% 0.32% -
HSV(B) 171.82º 0.7% 0.49% -
XYZ 11.08 16.25 18.18 -
YUV 97.32 136.85 84.98 -
System Red Green Blue C M Y K H S L
Decimal 37 125 113 0.70 0 0.10 0.51 171.82 0.54 0.32
Hex 25 7D 71 46 0 A 33 AC 36 20
Octal 45 175 161 106 0 12 63 254 66 40
Binary 100101 1111101 1110001 1000110 0 1010 110011 10101100 110110 100000

Color Harmonies of #257D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257D71

Black with #257D71

Text Example


Text Example

White with #257D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257D71; }

 p { color: rgb(37,125,113); }

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

background-color css

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

 a { background-color: rgb(37,125,113); }

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

border-color css

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

 span { border-color: rgb(37,125,113); }

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