#25837D

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

Shades of Elm #25837D

Tints of Elm #25837D

Color information

#25837D (or 0x25837D) is unknown color: approx Elm. HEX triplet: 25, 83 and 7D. RGB value is (37,131,125). Sum of RGB (Red+Green+Blue) = 37+131+125=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 131 (51.56% from 255 or 44.71% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 131 - color contains mainly: green. Hex color #25837D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25837D is #DA7C82. Grayscale: #666666. Windows color (decimal): -14318723 or 8225573. OLE color: 8225573.

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

Color convert

RGB37131125-
CMYK0.7200.050.49
HSL176.17º55.95%32.94%-
HSV(B)176.17º71.76%51.37%-
XYZ12.5818.1122.23-
YUV102.21140.8681.49-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.63%
GREEN value IS 131 (51.56% from 255) = 44.71%
BLUE value IS 125 (49.22% from 255) = 42.66%
R=12.63%
G=44.71%
B=42.66%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal371311250.7200.050.49176.1755.9532.94
Hex25837D480531b03821
Octal4520317511005612607041
Binary1001011000001111111011001000010111000110110000111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25837D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25837D; }

 p { color: rgb(37,131,125); }

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

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

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

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

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

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

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