Html Css Color HEX #317976 Elm

📋 copy color: '#317976'

red 49 ◦ green 121 ◦ blue 118

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

Shades of Elm #317976

Tints of Elm #317976

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.01%

 BLUE value IS 118 (46.48% from 255) = 40.97%

R = 17.01%
G = 42.01%
B = 40.97%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#317976 (or 0x317976) is known color: Elm. HEX triplet: 31, 79 and 76. RGB value is (49,121,118). Sum of RGB (Red+Green+Blue) = 49+121+118=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 121 (47.66% from 255 or 42.01% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 121 - color contains mainly: green. Hex color #317976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317976 is #CE8689. Grayscale: #636363. Windows color (decimal): -13534858 or 7764273. OLE color: 7764273.

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

Color convert

RGB 49 121 118 -
CMYK 0.60 0 0.02 0.53
HSL 177.5º 0.42% 0.33% -
HSV(B) 177.5º 0.6% 0.47% -
XYZ 11.37 15.64 19.56 -
YUV 99.13 138.65 92.24 -
System Red Green Blue C M Y K H S L
Decimal 49 121 118 0.60 0 0.02 0.53 177.5 0.42 0.33
Hex 31 79 76 3C 0 2 35 B2 2A 21
Octal 61 171 166 74 0 2 65 262 52 41
Binary 110001 1111001 1110110 111100 0 10 110101 10110010 101010 100001

Color Harmonies of #317976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317976

Black with #317976

Text Example


Text Example

White with #317976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317976; }

 p { color: rgb(49,121,118); }

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

background-color css

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

 a { background-color: rgb(49,121,118); }

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

border-color css

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

 span { border-color: rgb(49,121,118); }

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