#25847E

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

Shades of Elm #25847E

Tints of Elm #25847E

Color information

#25847E (or 0x25847E) is unknown color: approx Elm. HEX triplet: 25, 84 and 7E. RGB value is (37,132,126). Sum of RGB (Red+Green+Blue) = 37+132+126=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 126 (49.61% from 255 or 42.71% from 295); Max value from RGB is 132 - color contains mainly: green. Hex color #25847E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25847E is #DA7B81. Grayscale: #666666. Windows color (decimal): -14318466 or 8291365. OLE color: 8291365.

HSL color Cylindrical-coordinate representation of color #25847E: hue angle of 176.21º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #25847E is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB37132126-
CMYK0.7200.050.48
HSL176.21º56.21%33.14%-
HSV(B)176.21º71.97%51.76%-
XYZ12.7818.422.62-
YUV102.91141.0380.99-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.54%
GREEN value IS 132 (51.95% from 255) = 44.75%
BLUE value IS 126 (49.61% from 255) = 42.71%
R=12.54%
G=44.75%
B=42.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal371321260.7200.050.48176.2156.2133.14
Hex25847E480530b03821
Octal4520417611005602607041
Binary1001011000010011111101001000010111000010110000111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25847E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25847E; }

 p { color: rgb(37,132,126); }

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

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

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

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

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

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

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