#258478

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

Shades of Elm #258478

Tints of Elm #258478

Color information

#258478 (or 0x258478) is unknown color: approx Elm. HEX triplet: 25, 84 and 78. RGB value is (37,132,120). Sum of RGB (Red+Green+Blue) = 37+132+120=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 120 (47.27% from 255 or 41.52% from 289); Max value from RGB is 132 - color contains mainly: green. Hex color #258478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258478 is #DA7B87. Grayscale: #666666. Windows color (decimal): -14318472 or 7898149. OLE color: 7898149.

HSL color Cylindrical-coordinate representation of color #258478: hue angle of 172.42º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #258478 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB37132120-
CMYK0.7200.090.48
HSL172.42º56.21%33.14%-
HSV(B)172.42º71.97%51.76%-
XYZ12.418.2520.64-
YUV102.23138.0381.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.80%
GREEN value IS 132 (51.95% from 255) = 45.67%
BLUE value IS 120 (47.27% from 255) = 41.52%
R=12.80%
G=45.67%
B=41.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal371321200.7200.090.48172.4256.2133.14
Hex258478480930ac3821
Octal45204170110011602547041
Binary10010110000100111100010010000100111000010101100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258478; }

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

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

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

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

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

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

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

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