#257D76

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

Shades of Elm #257D76

Tints of Elm #257D76

Color information

#257D76 (or 0x257D76) is unknown color: approx Elm. HEX triplet: 25, 7D and 76. RGB value is (37,125,118). Sum of RGB (Red+Green+Blue) = 37+125+118=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 125 (49.22% from 255 or 44.64% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 125 - color contains mainly: green. Hex color #257D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257D76 is #DA8289. Grayscale: #616161. Windows color (decimal): -14320266 or 7765285. OLE color: 7765285.

HSL color Cylindrical-coordinate representation of color #257D76: hue angle of 175.23º 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 #257D76 is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB37125118-
CMYK0.7000.060.51
HSL175.23º54.32%31.76%-
HSV(B)175.23º70.4%49.02%-
XYZ11.3716.3719.7-
YUV97.89139.3584.57-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.21%
GREEN value IS 125 (49.22% from 255) = 44.64%
BLUE value IS 118 (46.48% from 255) = 42.14%
R=13.21%
G=44.64%
B=42.14%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal371251180.7000.060.51175.2354.3231.76
Hex257D76460633af3620
Octal4517516610606632576640
Binary100101111110111101101000110011011001110101111110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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