#257272

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

Shades of Elm #257272

Tints of Elm #257272

Color information

#257272 (or 0x257272) is unknown color: approx Elm. HEX triplet: 25, 72 and 72. RGB value is (37,114,114). Sum of RGB (Red+Green+Blue) = 37+114+114=265 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.96% from 265); Green value is 114 (44.92% from 255 or 43.02% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #257272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257272 is #DA8D8D. Grayscale: #5A5A5A. Windows color (decimal): -14323086 or 7500325. OLE color: 7500325.

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

Color convert

RGB37114114-
CMYK0.68000.55
HSL180º50.99%29.61%-
HSV(B)180º67.54%44.71%-
XYZ9.8213.6418.04-
YUV90.98140.9989.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.96%
GREEN value IS 114 (44.92% from 255) = 43.02%
BLUE value IS 114 (44.92% from 255) = 43.02%
R=13.96%
G=43.02%
B=43.02%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal371141140.68000.5518050.9929.61
Hex257272440037b4331e
Octal4516216210400672646336
Binary100101111001011100101000100001101111011010011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257272; }

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

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

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

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

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

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

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

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