Html Css Color HEX #317874 Elm

📋 copy color: '#317874'

red 49 ◦ green 120 ◦ blue 116

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

Shades of Elm #317874

Tints of Elm #317874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40.7%

R = 17.19%
G = 42.11%
B = 40.7%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#317874 (or 0x317874) is known color: Elm. HEX triplet: 31, 78 and 74. RGB value is (49,120,116). Sum of RGB (Red+Green+Blue) = 49+120+116=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 120 (47.27% from 255 or 42.11% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 120 - color contains mainly: green. Hex color #317874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317874 is #CE878B. Grayscale: #626262. Windows color (decimal): -13535116 or 7632945. OLE color: 7632945.

HSL color Cylindrical-coordinate representation of color #317874: hue angle of 176.62º 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 #317874 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 120 116 -
CMYK 0.59 0 0.03 0.53
HSL 176.62º 0.42% 0.33% -
HSV(B) 176.62º 0.59% 0.47% -
XYZ 11.14 15.35 18.9 -
YUV 98.32 137.98 92.83 -
System Red Green Blue C M Y K H S L
Decimal 49 120 116 0.59 0 0.03 0.53 176.62 0.42 0.33
Hex 31 78 74 3B 0 3 35 B1 2A 21
Octal 61 170 164 73 0 3 65 261 52 41
Binary 110001 1111000 1110100 111011 0 11 110101 10110001 101010 100001

Color Harmonies of #317874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317874

Black with #317874

Text Example


Text Example

White with #317874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317874; }

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

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

background-color css

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

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

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

border-color css

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

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

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