#25827A

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

Shades of Elm #25827A

Tints of Elm #25827A

Color information

#25827A (or 0x25827A) is unknown color: approx Elm. HEX triplet: 25, 82 and 7A. RGB value is (37,130,122). Sum of RGB (Red+Green+Blue) = 37+130+122=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 122 (48.05% from 255 or 42.21% from 289); Max value from RGB is 130 - color contains mainly: green. Hex color #25827A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25827A is #DA7D85. Grayscale: #656565. Windows color (decimal): -14318982 or 8028709. OLE color: 8028709.

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

Color convert

RGB37130122-
CMYK0.7200.060.49
HSL174.84º55.69%32.75%-
HSV(B)174.84º71.54%50.98%-
XYZ12.2617.7621.2-
YUV101.28139.6982.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.80%
GREEN value IS 130 (51.17% from 255) = 44.98%
BLUE value IS 122 (48.05% from 255) = 42.21%
R=12.80%
G=44.98%
B=42.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal371301220.7200.060.49174.8455.6932.75
Hex25827A480631af3821
Octal4520217211006612577041
Binary1001011000001011110101001000011011000110101111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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