#258271

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

Shades of Elm #258271

Tints of Elm #258271

Color information

#258271 (or 0x258271) is unknown color: approx Elm. HEX triplet: 25, 82 and 71. RGB value is (37,130,113). Sum of RGB (Red+Green+Blue) = 37+130+113=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 130 - color contains mainly: green. Hex color #258271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258271 is #DA7D8E. Grayscale: #646464. Windows color (decimal): -14318991 or 7438885. OLE color: 7438885.

HSL color Cylindrical-coordinate representation of color #258271: hue angle of 169.03º 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 #258271 is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB37130113-
CMYK0.7200.130.49
HSL169.03º55.69%32.75%-
HSV(B)169.03º71.54%50.98%-
XYZ11.7317.5518.39-
YUV100.26135.1982.88-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.21%
GREEN value IS 130 (51.17% from 255) = 46.43%
BLUE value IS 113 (44.53% from 255) = 40.36%
R=13.21%
G=46.43%
B=40.36%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal371301130.7200.130.49169.0355.6932.75
Hex258271480D31a93821
Octal45202161110015612517041
Binary10010110000010111000110010000110111000110101001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258271; }

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

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

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

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

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

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

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

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