#257872

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

Shades of Elm #257872

Tints of Elm #257872

Color information

#257872 (or 0x257872) is unknown color: approx Elm. HEX triplet: 25, 78 and 72. RGB value is (37,120,114). Sum of RGB (Red+Green+Blue) = 37+120+114=271 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.65% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 120 - color contains mainly: green. Hex color #257872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257872 is #DA878D. Grayscale: #5E5E5E. Windows color (decimal): -14321550 or 7501861. OLE color: 7501861.

HSL color Cylindrical-coordinate representation of color #257872: hue angle of 175.66º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #257872 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB37120114-
CMYK0.6900.050.53
HSL175.66º52.87%30.78%-
HSV(B)175.66º69.17%47.06%-
XYZ10.5215.0418.27-
YUV94.513986.99-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.65%
GREEN value IS 120 (47.27% from 255) = 44.28%
BLUE value IS 114 (44.92% from 255) = 42.07%
R=13.65%
G=44.28%
B=42.07%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal371201140.6900.050.53175.6652.8730.78
Hex257872450535b0351f
Octal4517016210505652606537
Binary10010111110001110010100010101011101011011000011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257872; }

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

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

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

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

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

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

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

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