#258474

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

Shades of Elm #258474

Tints of Elm #258474

Color information

#258474 (or 0x258474) is unknown color: approx Elm. HEX triplet: 25, 84 and 74. RGB value is (37,132,116). Sum of RGB (Red+Green+Blue) = 37+132+116=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 132 - color contains mainly: green. Hex color #258474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258474 is #DA7B8B. Grayscale: #656565. Windows color (decimal): -14318476 or 7636005. OLE color: 7636005.

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

Color convert

RGB37132116-
CMYK0.7200.120.48
HSL169.89º56.21%33.14%-
HSV(B)169.89º71.97%51.76%-
XYZ12.1718.1619.39-
YUV101.77136.0381.8-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.98%
GREEN value IS 132 (51.95% from 255) = 46.32%
BLUE value IS 116 (45.70% from 255) = 40.70%
R=12.98%
G=46.32%
B=40.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal371321160.7200.120.48169.8956.2133.14
Hex258474480C30aa3821
Octal45204164110014602527041
Binary10010110000100111010010010000110011000010101010111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258474; }

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

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

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

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

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

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

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

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