Html Css Color HEX #318077 Elm

📋 copy color: '#318077'

red 49 ◦ green 128 ◦ blue 119

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

Shades of Elm #318077

Tints of Elm #318077

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.24%

 BLUE value IS 119 (46.88% from 255) = 40.2%

R = 16.55%
G = 43.24%
B = 40.2%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.07

 K value IS 0.50

RGB Variations

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

Color information

#318077 (or 0x318077) is known color: Elm. HEX triplet: 31, 80 and 77. RGB value is (49,128,119). Sum of RGB (Red+Green+Blue) = 49+128+119=296 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.55% from 296); Green value is 128 (50.39% from 255 or 43.24% from 296); Blue value is 119 (46.88% from 255 or 40.20% from 296); Max value from RGB is 128 - color contains mainly: green. Hex color #318077 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318077 is #CE7F88. Grayscale: #676767. Windows color (decimal): -13533065 or 7831601. OLE color: 7831601.

HSL color Cylindrical-coordinate representation of color #318077: hue angle of 173.16º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #318077 is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB 49 128 119 -
CMYK 0.62 0 0.07 0.50
HSL 173.16º 0.45% 0.35% -
HSV(B) 173.16º 0.62% 0.5% -
XYZ 12.32 17.42 20.17 -
YUV 103.35 136.83 89.23 -
System Red Green Blue C M Y K H S L
Decimal 49 128 119 0.62 0 0.07 0.50 173.16 0.45 0.35
Hex 31 80 77 3E 0 7 32 AD 2D 23
Octal 61 200 167 76 0 7 62 255 55 43
Binary 110001 10000000 1110111 111110 0 111 110010 10101101 101101 100011

Color Harmonies of #318077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318077

Black with #318077

Text Example


Text Example

White with #318077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318077; }

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

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

background-color css

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

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

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

border-color css

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

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

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