#258480

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

Shades of Elm #258480

Tints of Elm #258480

Color information

#258480 (or 0x258480) is unknown color: approx Elm. HEX triplet: 25, 84 and 80. RGB value is (37,132,128). Sum of RGB (Red+Green+Blue) = 37+132+128=297 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.46% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 128 (50.39% from 255 or 43.10% from 297); Max value from RGB is 132 - color contains mainly: green. Hex color #258480 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258480 is #DA7B7F. Grayscale: #676767. Windows color (decimal): -14318464 or 8422437. OLE color: 8422437.

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

Color convert

RGB37132128-
CMYK0.7200.030.48
HSL177.47º56.21%33.14%-
HSV(B)177.47º71.97%51.76%-
XYZ12.9118.4523.3-
YUV103.14142.0380.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.46%
GREEN value IS 132 (51.95% from 255) = 44.44%
BLUE value IS 128 (50.39% from 255) = 43.10%
R=12.46%
G=44.44%
B=43.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal371321280.7200.030.48177.4756.2133.14
Hex258480480330b13821
Octal4520420011003602617041
Binary1001011000010010000000100100001111000010110001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258480; }

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

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

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

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

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

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

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

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