#258878

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

Shades of Elm #258878

Tints of Elm #258878

Color information

#258878 (or 0x258878) is unknown color: approx Elm. HEX triplet: 25, 88 and 78. RGB value is (37,136,120). Sum of RGB (Red+Green+Blue) = 37+136+120=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 120 (47.27% from 255 or 40.96% from 293); Max value from RGB is 136 - color contains mainly: green. Hex color #258878 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258878 is #DA7787. Grayscale: #686868. Windows color (decimal): -14317448 or 7899173. OLE color: 7899173.

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

Color convert

RGB37136120-
CMYK0.7300.120.47
HSL170.3º57.23%33.92%-
HSV(B)170.3º72.79%53.33%-
XYZ12.9619.3620.82-
YUV104.57136.779.8-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.63%
GREEN value IS 136 (53.52% from 255) = 46.42%
BLUE value IS 120 (47.27% from 255) = 40.96%
R=12.63%
G=46.42%
B=40.96%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal371361200.7300.120.47170.357.2333.92
Hex258878490C2Faa3922
Octal45210170111014572527142
Binary10010110001000111100010010010110010111110101010111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258878; }

 p { color: rgb(37,136,120); }

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

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

 a { background-color: rgb(37,136,120); }

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

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

 span { border-color: rgb(37,136,120); }

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