#258775

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

Shades of Elm #258775

Tints of Elm #258775

Color information

#258775 (or 0x258775) is unknown color: approx Elm. HEX triplet: 25, 87 and 75. RGB value is (37,135,117). Sum of RGB (Red+Green+Blue) = 37+135+117=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 135 (53.12% from 255 or 46.71% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 135 - color contains mainly: green. Hex color #258775 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258775 is #DA788A. Grayscale: #676767. Windows color (decimal): -14317707 or 7702309. OLE color: 7702309.

HSL color Cylindrical-coordinate representation of color #258775: hue angle of 168.98º 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 #258775 is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB37135117-
CMYK0.7300.130.47
HSL168.98º56.98%33.73%-
HSV(B)168.98º72.59%52.94%-
XYZ12.6419.0119.83-
YUV103.65135.5380.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.80%
GREEN value IS 135 (53.12% from 255) = 46.71%
BLUE value IS 117 (46.09% from 255) = 40.48%
R=12.80%
G=46.71%
B=40.48%

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
Decimal371351170.7300.130.47168.9856.9833.73
Hex258775490D2Fa93922
Octal45207165111015572517142
Binary10010110000111111010110010010110110111110101001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258775; }

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

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

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

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

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

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

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

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