#25776E

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

Shades of Elm #25776E

Tints of Elm #25776E

Color information

#25776E (or 0x25776E) is unknown color: approx Elm. HEX triplet: 25, 77 and 6E. RGB value is (37,119,110). Sum of RGB (Red+Green+Blue) = 37+119+110=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 119 (46.88% from 255 or 44.74% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 119 - color contains mainly: green. Hex color #25776E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25776E is #DA8891. Grayscale: #5D5D5D. Windows color (decimal): -14321810 or 7239461. OLE color: 7239461.

HSL color Cylindrical-coordinate representation of color #25776E: hue angle of 173.41º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #25776E is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB37119110-
CMYK0.6900.080.53
HSL173.41º52.56%30.59%-
HSV(B)173.41º68.91%46.67%-
XYZ10.1714.7117.06-
YUV93.46137.3387.73-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.91%
GREEN value IS 119 (46.88% from 255) = 44.74%
BLUE value IS 110 (43.36% from 255) = 41.35%
R=13.91%
G=44.74%
B=41.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal371191100.6900.080.53173.4152.5630.59
Hex25776E450835ad351f
Octal45167156105010652556537
Binary100101111011111011101000101010001101011010110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25776E; }

 p { color: rgb(37,119,110); }

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

<style>
 a { background-color: #25776E; }

 a { background-color: rgb(37,119,110); }

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

<style>
 span { border-color: #25776E; }

 span { border-color: rgb(37,119,110); }

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