Html Css Color HEX #258379 Elm

📋 copy color: '#258379'

red 37 ◦ green 131 ◦ blue 121

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

Shades of Elm #258379

Tints of Elm #258379

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.33%

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

R = 12.8%
G = 45.33%
B = 41.87%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#258379 (or 0x258379) is known color: Elm. HEX triplet: 25, 83 and 79. RGB value is (37,131,121). Sum of RGB (Red+Green+Blue) = 37+131+121=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 131 (51.56% from 255 or 45.33% from 289); Blue value is 121 (47.66% from 255 or 41.87% from 289); Max value from RGB is 131 - color contains mainly: green. Hex color #258379 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258379 is #DA7C86. Grayscale: #656565. Windows color (decimal): -14318727 or 7963429. OLE color: 7963429.

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

Color convert

RGB 37 131 121 -
CMYK 0.72 0 0.08 0.49
HSL 173.62º 0.56% 0.33% -
HSV(B) 173.62º 0.72% 0.51% -
XYZ 12.33 18.01 20.91 -
YUV 101.75 138.86 81.81 -
System Red Green Blue C M Y K H S L
Decimal 37 131 121 0.72 0 0.08 0.49 173.62 0.56 0.33
Hex 25 83 79 48 0 8 31 AE 38 21
Octal 45 203 171 110 0 10 61 256 70 41
Binary 100101 10000011 1111001 1001000 0 1000 110001 10101110 111000 100001

Color Harmonies of #258379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258379

Black with #258379

Text Example


Text Example

White with #258379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258379; }

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

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

background-color css

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

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

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

border-color css

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

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

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