#25827D

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

Shades of Elm #25827D

Tints of Elm #25827D

Color information

#25827D (or 0x25827D) is unknown color: approx Elm. HEX triplet: 25, 82 and 7D. RGB value is (37,130,125). Sum of RGB (Red+Green+Blue) = 37+130+125=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 130 - color contains mainly: green. Hex color #25827D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25827D is #DA7D82. Grayscale: #656565. Windows color (decimal): -14318979 or 8225317. OLE color: 8225317.

HSL color Cylindrical-coordinate representation of color #25827D: hue angle of 176.77º 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 #25827D is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB37130125-
CMYK0.7200.040.49
HSL176.77º55.69%32.75%-
HSV(B)176.77º71.54%50.98%-
XYZ12.4517.8422.19-
YUV101.62141.1981.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.67%
GREEN value IS 130 (51.17% from 255) = 44.52%
BLUE value IS 125 (49.22% from 255) = 42.81%
R=12.67%
G=44.52%
B=42.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal371301250.7200.040.49176.7755.6932.75
Hex25827D480431b13821
Octal4520217511004612617041
Binary1001011000001011111011001000010011000110110001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25827D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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