#257B72

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

Shades of Elm #257B72

Tints of Elm #257B72

Color information

#257B72 (or 0x257B72) is unknown color: approx Elm. HEX triplet: 25, 7B and 72. RGB value is (37,123,114). Sum of RGB (Red+Green+Blue) = 37+123+114=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 123 (48.44% from 255 or 44.89% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 123 - color contains mainly: green. Hex color #257B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257B72 is #DA848D. Grayscale: #606060. Windows color (decimal): -14320782 or 7502629. OLE color: 7502629.

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

Color convert

RGB37123114-
CMYK0.7000.070.52
HSL173.72º53.75%31.37%-
HSV(B)173.72º69.92%48.24%-
XYZ10.8815.7718.39-
YUV96.26138.0185.73-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.50%
GREEN value IS 123 (48.44% from 255) = 44.89%
BLUE value IS 114 (44.92% from 255) = 41.61%
R=13.50%
G=44.89%
B=41.61%

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
Decimal371231140.7000.070.52173.7253.7531.37
Hex257B72460734ae361f
Octal4517316210607642566637
Binary10010111110111110010100011001111101001010111011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,123,114); }

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

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

 a { background-color: rgb(37,123,114); }

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

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

 span { border-color: rgb(37,123,114); }

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