#258275

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

Shades of Elm #258275

Tints of Elm #258275

Color information

#258275 (or 0x258275) is unknown color: approx Elm. HEX triplet: 25, 82 and 75. RGB value is (37,130,117). Sum of RGB (Red+Green+Blue) = 37+130+117=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 130 - color contains mainly: green. Hex color #258275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258275 is #DA7D8A. Grayscale: #646464. Windows color (decimal): -14318987 or 7701029. OLE color: 7701029.

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

Color convert

RGB37130117-
CMYK0.7200.10.49
HSL171.61º55.69%32.75%-
HSV(B)171.61º71.54%50.98%-
XYZ11.9617.6419.6-
YUV100.71137.1982.56-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.03%
GREEN value IS 130 (51.17% from 255) = 45.77%
BLUE value IS 117 (46.09% from 255) = 41.20%
R=13.03%
G=45.77%
B=41.20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal371301170.7200.10.49171.6155.6932.75
Hex258275480A31ac3821
Octal45202165110012612547041
Binary10010110000010111010110010000101011000110101100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258275; }

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

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

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

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

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

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

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

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