#258274

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

Shades of Elm #258274

Tints of Elm #258274

Color information

#258274 (or 0x258274) is unknown color: approx Elm. HEX triplet: 25, 82 and 74. RGB value is (37,130,116). Sum of RGB (Red+Green+Blue) = 37+130+116=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #258274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258274 is #DA7D8B. Grayscale: #646464. Windows color (decimal): -14318988 or 7635493. OLE color: 7635493.

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

Color convert

RGB37130116-
CMYK0.7200.110.49
HSL170.97º55.69%32.75%-
HSV(B)170.97º71.54%50.98%-
XYZ11.917.6219.3-
YUV100.6136.6982.64-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.07%
GREEN value IS 130 (51.17% from 255) = 45.94%
BLUE value IS 116 (45.70% from 255) = 40.99%
R=13.07%
G=45.94%
B=40.99%

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
Decimal371301160.7200.110.49170.9755.6932.75
Hex258274480B31ab3821
Octal45202164110013612537041
Binary10010110000010111010010010000101111000110101011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258274; }

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

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

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

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

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

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

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

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