#257C76

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

Shades of Elm #257C76

Tints of Elm #257C76

Color information

#257C76 (or 0x257C76) is unknown color: approx Elm. HEX triplet: 25, 7C and 76. RGB value is (37,124,118). Sum of RGB (Red+Green+Blue) = 37+124+118=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 124 (48.83% from 255 or 44.44% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 124 - color contains mainly: green. Hex color #257C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257C76 is #DA8389. Grayscale: #616161. Windows color (decimal): -14320522 or 7765029. OLE color: 7765029.

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

Color convert

RGB37124118-
CMYK0.7000.050.51
HSL175.86º54.04%31.57%-
HSV(B)175.86º70.16%48.63%-
XYZ11.2416.1219.66-
YUV97.3139.6884.99-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.26%
GREEN value IS 124 (48.83% from 255) = 44.44%
BLUE value IS 118 (46.48% from 255) = 42.29%
R=13.26%
G=44.44%
B=42.29%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal371241180.7000.050.51175.8654.0431.57
Hex257C76460533b03620
Octal4517416610605632606640
Binary100101111110011101101000110010111001110110000110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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