#257372

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

Shades of Elm #257372

Tints of Elm #257372

Color information

#257372 (or 0x257372) is unknown color: approx Elm. HEX triplet: 25, 73 and 72. RGB value is (37,115,114). Sum of RGB (Red+Green+Blue) = 37+115+114=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 115 (45.31% from 255 or 43.23% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 115 - color contains mainly: green. Hex color #257372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257372 is #DA8C8D. Grayscale: #5B5B5B. Windows color (decimal): -14322830 or 7500581. OLE color: 7500581.

HSL color Cylindrical-coordinate representation of color #257372: hue angle of 179.23º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #257372 is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB37115114-
CMYK0.6800.010.55
HSL179.23º51.32%29.8%-
HSV(B)179.23º67.83%45.1%-
XYZ9.9313.8718.07-
YUV91.56140.6689.08-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.91%
GREEN value IS 115 (45.31% from 255) = 43.23%
BLUE value IS 114 (44.92% from 255) = 42.86%
R=13.91%
G=43.23%
B=42.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal371151140.6800.010.55179.2351.3229.8
Hex257372440137b3331e
Octal4516316210401672636336
Binary100101111001111100101000100011101111011001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257372; }

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

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

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

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

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

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

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

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