Html Css Color HEX #258473 Elm

📋 copy color: '#258473'

red 37 ◦ green 132 ◦ blue 115

#258473
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elm #258473

Tints of Elm #258473

RGB

 RED value IS 37 (14.84% from 255) = 13.03%

 GREEN value IS 132 (51.95% from 255) = 46.48%

 BLUE value IS 115 (45.31% from 255) = 40.49%

R = 13.03%
G = 46.48%
B = 40.49%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#258473 (or 0x258473) is known color: Elm. HEX triplet: 25, 84 and 73. RGB value is (37,132,115). Sum of RGB (Red+Green+Blue) = 37+132+115=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 132 (51.95% from 255 or 46.48% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 132 - color contains mainly: green. Hex color #258473 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258473 is #DA7B8C. Grayscale: #656565. Windows color (decimal): -14318477 or 7570469. OLE color: 7570469.

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

Color convert

RGB 37 132 115 -
CMYK 0.72 0 0.13 0.48
HSL 169.26º 0.56% 0.33% -
HSV(B) 169.26º 0.72% 0.52% -
XYZ 12.11 18.13 19.08 -
YUV 101.66 135.53 81.88 -
System Red Green Blue C M Y K H S L
Decimal 37 132 115 0.72 0 0.13 0.48 169.26 0.56 0.33
Hex 25 84 73 48 0 D 30 A9 38 21
Octal 45 204 163 110 0 15 60 251 70 41
Binary 100101 10000100 1110011 1001000 0 1101 110000 10101001 111000 100001

Color Harmonies of #258473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258473

Black with #258473

Text Example


Text Example

White with #258473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258473; }

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

 H1.HeaderClassName
 {
   color: #258473;
 }
 .AnyTagClassName
 {
   color: #258473;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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