#25766E

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

Shades of Elm #25766E

Tints of Elm #25766E

Color information

#25766E (or 0x25766E) is unknown color: approx Elm. HEX triplet: 25, 76 and 6E. RGB value is (37,118,110). Sum of RGB (Red+Green+Blue) = 37+118+110=265 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.96% from 265); Green value is 118 (46.48% from 255 or 44.53% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 118 - color contains mainly: green. Hex color #25766E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25766E is #DA8991. Grayscale: #5C5C5C. Windows color (decimal): -14322066 or 7239205. OLE color: 7239205.

HSL color Cylindrical-coordinate representation of color #25766E: hue angle of 174.07º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #25766E is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB37118110-
CMYK0.6900.070.54
HSL174.07º52.26%30.39%-
HSV(B)174.07º68.64%46.27%-
XYZ10.0614.4817.02-
YUV92.87137.6688.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.96%
GREEN value IS 118 (46.48% from 255) = 44.53%
BLUE value IS 110 (43.36% from 255) = 41.51%
R=13.96%
G=44.53%
B=41.51%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal371181100.6900.070.54174.0752.2630.39
Hex25766E450736ae341e
Octal4516615610507662566436
Binary10010111101101101110100010101111101101010111011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25766E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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