Html Css Color HEX #317873 Elm

📋 copy color: '#317873'

red 49 ◦ green 120 ◦ blue 115

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

Shades of Elm #317873

Tints of Elm #317873

RGB

 RED value IS 49 (19.53% from 255) = 17.25%

 GREEN value IS 120 (47.27% from 255) = 42.25%

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

R = 17.25%
G = 42.25%
B = 40.49%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#317873 (or 0x317873) is known color: Elm. HEX triplet: 31, 78 and 73. RGB value is (49,120,115). Sum of RGB (Red+Green+Blue) = 49+120+115=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 120 (47.27% from 255 or 42.25% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 120 - color contains mainly: green. Hex color #317873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317873 is #CE878C. Grayscale: #626262. Windows color (decimal): -13535117 or 7567409. OLE color: 7567409.

HSL color Cylindrical-coordinate representation of color #317873: hue angle of 175.77º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #317873 is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 120 115 -
CMYK 0.59 0 0.04 0.53
HSL 175.77º 0.42% 0.33% -
HSV(B) 175.77º 0.59% 0.47% -
XYZ 11.08 15.32 18.59 -
YUV 98.2 137.48 92.91 -
System Red Green Blue C M Y K H S L
Decimal 49 120 115 0.59 0 0.04 0.53 175.77 0.42 0.33
Hex 31 78 73 3B 0 4 35 B0 2A 21
Octal 61 170 163 73 0 4 65 260 52 41
Binary 110001 1111000 1110011 111011 0 100 110101 10110000 101010 100001

Color Harmonies of #317873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317873

Black with #317873

Text Example


Text Example

White with #317873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317873; }

 p { color: rgb(49,120,115); }

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

background-color css

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

 a { background-color: rgb(49,120,115); }

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

border-color css

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

 span { border-color: rgb(49,120,115); }

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