#258075

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

Shades of Elm #258075

Tints of Elm #258075

Color information

#258075 (or 0x258075) is unknown color: approx Elm. HEX triplet: 25, 80 and 75. RGB value is (37,128,117). Sum of RGB (Red+Green+Blue) = 37+128+117=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 128 - color contains mainly: green. Hex color #258075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258075 is #DA7F8A. Grayscale: #636363. Windows color (decimal): -14319499 or 7700517. OLE color: 7700517.

HSL color Cylindrical-coordinate representation of color #258075: hue angle of 172.75º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #258075 is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB37128117-
CMYK0.7100.090.50
HSL172.75º55.15%32.35%-
HSV(B)172.75º71.09%50.2%-
XYZ11.6917.1219.52-
YUV99.54137.8583.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.12%
GREEN value IS 128 (50.39% from 255) = 45.39%
BLUE value IS 117 (46.09% from 255) = 41.49%
R=13.12%
G=45.39%
B=41.49%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal371281170.7100.090.50172.7555.1532.35
Hex258075470932ad3720
Octal45200165107011622556740
Binary10010110000000111010110001110100111001010101101110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258075; }

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

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

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

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

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

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

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

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