#257A76

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

Shades of Elm #257A76

Tints of Elm #257A76

Color information

#257A76 (or 0x257A76) is unknown color: approx Elm. HEX triplet: 25, 7A and 76. RGB value is (37,122,118). Sum of RGB (Red+Green+Blue) = 37+122+118=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 122 (48.05% from 255 or 44.04% from 277); Blue value is 118 (46.48% from 255 or 42.60% from 277); Max value from RGB is 122 - color contains mainly: green. Hex color #257A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257A76 is #DA8589. Grayscale: #606060. Windows color (decimal): -14321034 or 7764517. OLE color: 7764517.

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

Color convert

RGB37122118-
CMYK0.7000.030.52
HSL177.18º53.46%31.18%-
HSV(B)177.18º69.67%47.84%-
XYZ10.9915.6219.58-
YUV96.13140.3485.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.36%
GREEN value IS 122 (48.05% from 255) = 44.04%
BLUE value IS 118 (46.48% from 255) = 42.60%
R=13.36%
G=44.04%
B=42.60%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal371221180.7000.030.52177.1853.4631.18
Hex257A76460334b1351f
Octal4517216610603642616537
Binary1001011111010111011010001100111101001011000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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