Html Css Color HEX #317773 Elm

📋 copy color: '#317773'

red 49 ◦ green 119 ◦ blue 115

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

Shades of Elm #317773

Tints of Elm #317773

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.05%

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

R = 17.31%
G = 42.05%
B = 40.64%

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

#317773 (or 0x317773) is known color: Elm. HEX triplet: 31, 77 and 73. RGB value is (49,119,115). Sum of RGB (Red+Green+Blue) = 49+119+115=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 119 - color contains mainly: green. Hex color #317773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317773 is #CE888C. Grayscale: #616161. Windows color (decimal): -13535373 or 7567153. OLE color: 7567153.

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

Color convert

RGB 49 119 115 -
CMYK 0.59 0 0.03 0.53
HSL 176.57º 0.42% 0.33% -
HSV(B) 176.57º 0.59% 0.47% -
XYZ 10.96 15.08 18.55 -
YUV 97.61 137.81 93.33 -
System Red Green Blue C M Y K H S L
Decimal 49 119 115 0.59 0 0.03 0.53 176.57 0.42 0.33
Hex 31 77 73 3B 0 3 35 B1 2A 21
Octal 61 167 163 73 0 3 65 261 52 41
Binary 110001 1110111 1110011 111011 0 11 110101 10110001 101010 100001

Color Harmonies of #317773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317773

Black with #317773

Text Example


Text Example

White with #317773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317773; }

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

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

background-color css

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

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

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

border-color css

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

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

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