#257A71

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

Shades of Elm #257A71

Tints of Elm #257A71

Color information

#257A71 (or 0x257A71) is unknown color: approx Elm. HEX triplet: 25, 7A and 71. RGB value is (37,122,113). Sum of RGB (Red+Green+Blue) = 37+122+113=272 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.60% from 272); Green value is 122 (48.05% from 255 or 44.85% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 122 - color contains mainly: green. Hex color #257A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257A71 is #DA858E. Grayscale: #5F5F5F. Windows color (decimal): -14321039 or 7436837. OLE color: 7436837.

HSL color Cylindrical-coordinate representation of color #257A71: hue angle of 173.65º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257A71 is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB37122113-
CMYK0.7000.070.52
HSL173.65º53.46%31.18%-
HSV(B)173.65º69.67%47.84%-
XYZ10.715.518.05-
YUV95.56137.8486.23-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.60%
GREEN value IS 122 (48.05% from 255) = 44.85%
BLUE value IS 113 (44.53% from 255) = 41.54%
R=13.60%
G=44.85%
B=41.54%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal371221130.7000.070.52173.6553.4631.18
Hex257A71460734ae351f
Octal4517216110607642566537
Binary10010111110101110001100011001111101001010111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #257A71;
 }
 .AnyTagClassName
 {
   color: #257A71;
 }
</style>
background-color css

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

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

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

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

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

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