#258984

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

Shades of Elm #258984

Tints of Elm #258984

Color information

#258984 (or 0x258984) is unknown color: approx Elm. HEX triplet: 25, 89 and 84. RGB value is (37,137,132). Sum of RGB (Red+Green+Blue) = 37+137+132=306 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.09% from 306); Green value is 137 (53.91% from 255 or 44.77% from 306); Blue value is 132 (51.95% from 255 or 43.14% from 306); Max value from RGB is 137 - color contains mainly: green. Hex color #258984 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258984 is #DA767B. Grayscale: #6A6A6A. Windows color (decimal): -14317180 or 8685861. OLE color: 8685861.

HSL color Cylindrical-coordinate representation of color #258984: hue angle of 177º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #258984 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB37137132-
CMYK0.7300.040.46
HSL177º57.47%34.12%-
HSV(B)177º72.99%53.73%-
XYZ13.8719.9524.95-
YUV106.53142.3778.41-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.09%
GREEN value IS 137 (53.91% from 255) = 44.77%
BLUE value IS 132 (51.95% from 255) = 43.14%
R=12.09%
G=44.77%
B=43.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal371371320.7300.040.4617757.4734.12
Hex25898449042Eb13922
Octal4521120411104562617142
Binary10010110001001100001001001001010010111010110001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258984; }

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

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

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

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

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

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

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

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