#257D71

Color #257D71 Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #257D71

Tints of Elm #257D71

Color information

#257D71 (or 0x257D71) is unknown color: approx 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

RGB37125113-
CMYK0.7000.100.51
HSL171.82º54.32%31.76%-
HSV(B)171.82º70.4%49.02%-
XYZ11.0816.2518.18-
YUV97.32136.8584.98-

RGB Variations

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

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 (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal371251130.7000.100.51171.8254.3231.76
Hex257D71460A33ac3620
Octal45175161106012632546640
Binary1001011111101111000110001100101011001110101100110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>