Html Css Color HEX #318679 Elm

📋 copy color: '#318679'

red 49 ◦ green 134 ◦ blue 121

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

Shades of Elm #318679

Tints of Elm #318679

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.08%

 BLUE value IS 121 (47.66% from 255) = 39.8%

R = 16.12%
G = 44.08%
B = 39.8%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#318679 (or 0x318679) is known color: Elm. HEX triplet: 31, 86 and 79. RGB value is (49,134,121). Sum of RGB (Red+Green+Blue) = 49+134+121=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 134 - color contains mainly: green. Hex color #318679 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318679 is #CE7986. Grayscale: #6B6B6B. Windows color (decimal): -13531527 or 7964209. OLE color: 7964209.

HSL color Cylindrical-coordinate representation of color #318679: hue angle of 170.82º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #318679 is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 134 121 -
CMYK 0.63 0 0.10 0.47
HSL 170.82º 0.46% 0.36% -
HSV(B) 170.82º 0.63% 0.53% -
XYZ 13.24 19.08 21.07 -
YUV 107.1 135.84 86.56 -
System Red Green Blue C M Y K H S L
Decimal 49 134 121 0.63 0 0.10 0.47 170.82 0.46 0.36
Hex 31 86 79 3F 0 A 2F AB 2E 24
Octal 61 206 171 77 0 12 57 253 56 44
Binary 110001 10000110 1111001 111111 0 1010 101111 10101011 101110 100100

Color Harmonies of #318679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318679

Black with #318679

Text Example


Text Example

White with #318679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318679; }

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

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

background-color css

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

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

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

border-color css

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

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

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