#25807A

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

Shades of Elm #25807A

Tints of Elm #25807A

Color information

#25807A (or 0x25807A) is unknown color: approx Elm. HEX triplet: 25, 80 and 7A. RGB value is (37,128,122). Sum of RGB (Red+Green+Blue) = 37+128+122=287 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.89% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 128 - color contains mainly: green. Hex color #25807A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25807A is #DA7F85. Grayscale: #646464. Windows color (decimal): -14319494 or 8028197. OLE color: 8028197.

HSL color Cylindrical-coordinate representation of color #25807A: hue angle of 176.04º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25807A is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB37128122-
CMYK0.7100.050.50
HSL176.04º55.15%32.35%-
HSV(B)176.04º71.09%50.2%-
XYZ11.9917.2421.11-
YUV100.11140.3582.99-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.89%
GREEN value IS 128 (50.39% from 255) = 44.60%
BLUE value IS 122 (48.05% from 255) = 42.51%
R=12.89%
G=44.60%
B=42.51%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal371281220.7100.050.50176.0455.1532.35
Hex25807A470532b03720
Octal4520017210705622606740
Binary1001011000000011110101000111010111001010110000110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25807A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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