Html Css Color HEX #258479 Elm

📋 copy color: '#258479'

red 37 ◦ green 132 ◦ blue 121

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

Shades of Elm #258479

Tints of Elm #258479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 41.72%

R = 12.76%
G = 45.52%
B = 41.72%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#258479 (or 0x258479) is known color: Elm. HEX triplet: 25, 84 and 79. RGB value is (37,132,121). Sum of RGB (Red+Green+Blue) = 37+132+121=290 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.76% from 290); Green value is 132 (51.95% from 255 or 45.52% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 132 - color contains mainly: green. Hex color #258479 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258479 is #DA7B86. Grayscale: #666666. Windows color (decimal): -14318471 or 7963685. OLE color: 7963685.

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

Color convert

RGB 37 132 121 -
CMYK 0.72 0 0.08 0.48
HSL 173.05º 0.56% 0.33% -
HSV(B) 173.05º 0.72% 0.52% -
XYZ 12.47 18.28 20.96 -
YUV 102.34 138.53 81.39 -
System Red Green Blue C M Y K H S L
Decimal 37 132 121 0.72 0 0.08 0.48 173.05 0.56 0.33
Hex 25 84 79 48 0 8 30 AD 38 21
Octal 45 204 171 110 0 10 60 255 70 41
Binary 100101 10000100 1111001 1001000 0 1000 110000 10101101 111000 100001

Color Harmonies of #258479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258479

Black with #258479

Text Example


Text Example

White with #258479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258479; }

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

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

background-color css

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

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

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

border-color css

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

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

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