#258780

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

Shades of Elm #258780

Tints of Elm #258780

Color information

#258780 (or 0x258780) is unknown color: approx Elm. HEX triplet: 25, 87 and 80. RGB value is (37,135,128). Sum of RGB (Red+Green+Blue) = 37+135+128=300 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.33% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 135 - color contains mainly: green. Hex color #258780 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258780 is #DA787F. Grayscale: #686868. Windows color (decimal): -14317696 or 8423205. OLE color: 8423205.

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

Color convert

RGB37135128-
CMYK0.7300.050.47
HSL175.71º56.98%33.73%-
HSV(B)175.71º72.59%52.94%-
XYZ13.3219.2823.44-
YUV104.9141.0379.57-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.33%
GREEN value IS 135 (53.12% from 255) = 45%
BLUE value IS 128 (50.39% from 255) = 42.67%
R=12.33%
G=45%
B=42.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal371351280.7300.050.47175.7156.9833.73
Hex25878049052Fb03922
Octal4520720011105572607142
Binary10010110000111100000001001001010110111110110000111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258780; }

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

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

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

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

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

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

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

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