#257672

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

Shades of Elm #257672

Tints of Elm #257672

Color information

#257672 (or 0x257672) is unknown color: approx Elm. HEX triplet: 25, 76 and 72. RGB value is (37,118,114). Sum of RGB (Red+Green+Blue) = 37+118+114=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 118 (46.48% from 255 or 43.87% from 269); Blue value is 114 (44.92% from 255 or 42.38% from 269); Max value from RGB is 118 - color contains mainly: green. Hex color #257672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257672 is #DA898D. Grayscale: #5D5D5D. Windows color (decimal): -14322062 or 7501349. OLE color: 7501349.

HSL color Cylindrical-coordinate representation of color #257672: hue angle of 177.04º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #257672 is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB37118114-
CMYK0.6900.030.54
HSL177.04º52.26%30.39%-
HSV(B)177.04º68.64%46.27%-
XYZ10.2814.5718.19-
YUV93.32139.6687.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.75%
GREEN value IS 118 (46.48% from 255) = 43.87%
BLUE value IS 114 (44.92% from 255) = 42.38%
R=13.75%
G=43.87%
B=42.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal371181140.6900.030.54177.0452.2630.39
Hex257672450336b1341e
Octal4516616210503662616436
Binary1001011110110111001010001010111101101011000111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257672; }

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

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

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

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

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

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

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

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