#258472

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

Shades of Elm #258472

Tints of Elm #258472

Color information

#258472 (or 0x258472) is unknown color: approx Elm. HEX triplet: 25, 84 and 72. RGB value is (37,132,114). Sum of RGB (Red+Green+Blue) = 37+132+114=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 132 (51.95% from 255 or 46.64% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 132 - color contains mainly: green. Hex color #258472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258472 is #DA7B8D. Grayscale: #656565. Windows color (decimal): -14318478 or 7504933. OLE color: 7504933.

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

Color convert

RGB37132114-
CMYK0.7200.140.48
HSL168.63º56.21%33.14%-
HSV(B)168.63º71.97%51.76%-
XYZ12.0518.1118.78-
YUV101.54135.0381.96-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.07%
GREEN value IS 132 (51.95% from 255) = 46.64%
BLUE value IS 114 (44.92% from 255) = 40.28%
R=13.07%
G=46.64%
B=40.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal371321140.7200.140.48168.6356.2133.14
Hex258472480E30a93821
Octal45204162110016602517041
Binary10010110000100111001010010000111011000010101001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258472; }

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

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

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

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

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

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

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

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