#258776

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

Shades of Elm #258776

Tints of Elm #258776

Color information

#258776 (or 0x258776) is unknown color: approx Elm. HEX triplet: 25, 87 and 76. RGB value is (37,135,118). Sum of RGB (Red+Green+Blue) = 37+135+118=290 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.76% from 290); Green value is 135 (53.12% from 255 or 46.55% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 135 - color contains mainly: green. Hex color #258776 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258776 is #DA7889. Grayscale: #676767. Windows color (decimal): -14317706 or 7767845. OLE color: 7767845.

HSL color Cylindrical-coordinate representation of color #258776: hue angle of 169.59º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #258776 is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB37135118-
CMYK0.7300.130.47
HSL169.59º56.98%33.73%-
HSV(B)169.59º72.59%52.94%-
XYZ12.719.0320.14-
YUV103.76136.0380.38-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.76%
GREEN value IS 135 (53.12% from 255) = 46.55%
BLUE value IS 118 (46.48% from 255) = 40.69%
R=12.76%
G=46.55%
B=40.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal371351180.7300.130.47169.5956.9833.73
Hex258776490D2Faa3922
Octal45207166111015572527142
Binary10010110000111111011010010010110110111110101010111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258776; }

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

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

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

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

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

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

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

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