#258477

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

Shades of Elm #258477

Tints of Elm #258477

Color information

#258477 (or 0x258477) is unknown color: approx Elm. HEX triplet: 25, 84 and 77. RGB value is (37,132,119). Sum of RGB (Red+Green+Blue) = 37+132+119=288 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.85% from 288); Green value is 132 (51.95% from 255 or 45.83% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 132 - color contains mainly: green. Hex color #258477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258477 is #DA7B88. Grayscale: #666666. Windows color (decimal): -14318473 or 7832613. OLE color: 7832613.

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

Color convert

RGB37132119-
CMYK0.7200.100.48
HSL171.79º56.21%33.14%-
HSV(B)171.79º71.97%51.76%-
XYZ12.3418.2320.32-
YUV102.11137.5381.56-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.85%
GREEN value IS 132 (51.95% from 255) = 45.83%
BLUE value IS 119 (46.88% from 255) = 41.32%
R=12.85%
G=45.83%
B=41.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal371321190.7200.100.48171.7956.2133.14
Hex258477480A30ac3821
Octal45204167110012602547041
Binary10010110000100111011110010000101011000010101100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258477; }

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

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

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

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

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

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

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

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