#258374

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

Shades of Elm #258374

Tints of Elm #258374

Color information

#258374 (or 0x258374) is unknown color: approx Elm. HEX triplet: 25, 83 and 74. RGB value is (37,131,116). Sum of RGB (Red+Green+Blue) = 37+131+116=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 131 - color contains mainly: green. Hex color #258374 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258374 is #DA7C8B. Grayscale: #656565. Windows color (decimal): -14318732 or 7635749. OLE color: 7635749.

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

Color convert

RGB37131116-
CMYK0.7200.110.49
HSL170.43º55.95%32.94%-
HSV(B)170.43º71.76%51.37%-
XYZ12.0317.8919.34-
YUV101.18136.3682.22-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.03%
GREEN value IS 131 (51.56% from 255) = 46.13%
BLUE value IS 116 (45.70% from 255) = 40.85%
R=13.03%
G=46.13%
B=40.85%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal371311160.7200.110.49170.4355.9532.94
Hex258374480B31aa3821
Octal45203164110013612527041
Binary10010110000011111010010010000101111000110101010111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258374; }

 p { color: rgb(37,131,116); }

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

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

 a { background-color: rgb(37,131,116); }

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

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

 span { border-color: rgb(37,131,116); }

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