#257271

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

Shades of Elm #257271

Tints of Elm #257271

Color information

#257271 (or 0x257271) is unknown color: approx Elm. HEX triplet: 25, 72 and 71. RGB value is (37,114,113). Sum of RGB (Red+Green+Blue) = 37+114+113=264 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.02% from 264); Green value is 114 (44.92% from 255 or 43.18% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 114 - color contains mainly: green. Hex color #257271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257271 is #DA8D8E. Grayscale: #5A5A5A. Windows color (decimal): -14323087 or 7434789. OLE color: 7434789.

HSL color Cylindrical-coordinate representation of color #257271: hue angle of 179.22º 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 #257271 is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB37114113-
CMYK0.6800.010.55
HSL179.22º50.99%29.61%-
HSV(B)179.22º67.54%44.71%-
XYZ9.7613.6217.74-
YUV90.86140.4989.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.02%
GREEN value IS 114 (44.92% from 255) = 43.18%
BLUE value IS 113 (44.53% from 255) = 42.80%
R=14.02%
G=43.18%
B=42.80%

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
Decimal371141130.6800.010.55179.2250.9929.61
Hex257271440137b3331e
Octal4516216110401672636336
Binary100101111001011100011000100011101111011001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257271; }

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

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

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

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

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

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

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

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