#25847A

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

Shades of Elm #25847A

Tints of Elm #25847A

Color information

#25847A (or 0x25847A) is unknown color: approx Elm. HEX triplet: 25, 84 and 7A. RGB value is (37,132,122). Sum of RGB (Red+Green+Blue) = 37+132+122=291 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.71% from 291); Green value is 132 (51.95% from 255 or 45.36% from 291); Blue value is 122 (48.05% from 255 or 41.92% from 291); Max value from RGB is 132 - color contains mainly: green. Hex color #25847A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25847A is #DA7B85. Grayscale: #666666. Windows color (decimal): -14318470 or 8029221. OLE color: 8029221.

HSL color Cylindrical-coordinate representation of color #25847A: hue angle of 173.68º 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 #25847A is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB37132122-
CMYK0.7200.080.48
HSL173.68º56.21%33.14%-
HSV(B)173.68º71.97%51.76%-
XYZ12.5318.321.28-
YUV102.46139.0381.31-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.71%
GREEN value IS 132 (51.95% from 255) = 45.36%
BLUE value IS 122 (48.05% from 255) = 41.92%
R=12.71%
G=45.36%
B=41.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal371321220.7200.080.48173.6856.2133.14
Hex25847A480830ae3821
Octal45204172110010602567041
Binary10010110000100111101010010000100011000010101110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25847A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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