#258880

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

Shades of Elm #258880

Tints of Elm #258880

Color information

#258880 (or 0x258880) is unknown color: approx Elm. HEX triplet: 25, 88 and 80. RGB value is (37,136,128). Sum of RGB (Red+Green+Blue) = 37+136+128=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 128 (50.39% from 255 or 42.52% from 301); Max value from RGB is 136 - color contains mainly: green. Hex color #258880 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258880 is #DA777F. Grayscale: #696969. Windows color (decimal): -14317440 or 8423461. OLE color: 8423461.

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

Color convert

RGB37136128-
CMYK0.7300.060.47
HSL175.15º57.23%33.92%-
HSV(B)175.15º72.79%53.33%-
XYZ13.4619.5623.49-
YUV105.49140.779.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.29%
GREEN value IS 136 (53.52% from 255) = 45.18%
BLUE value IS 128 (50.39% from 255) = 42.52%
R=12.29%
G=45.18%
B=42.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal371361280.7300.060.47175.1557.2333.92
Hex25888049062Faf3922
Octal4521020011106572577142
Binary10010110001000100000001001001011010111110101111111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258880; }

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

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

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

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

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

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

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

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