Html Css Color HEX #318779 Elm

📋 copy color: '#318779'

red 49 ◦ green 135 ◦ blue 121

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

Shades of Elm #318779

Tints of Elm #318779

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.26%

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

R = 16.07%
G = 44.26%
B = 39.67%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#318779 (or 0x318779) is known color: Elm. HEX triplet: 31, 87 and 79. RGB value is (49,135,121). Sum of RGB (Red+Green+Blue) = 49+135+121=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 135 - color contains mainly: green. Hex color #318779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318779 is #CE7886. Grayscale: #6B6B6B. Windows color (decimal): -13531271 or 7964465. OLE color: 7964465.

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

Color convert

RGB 49 135 121 -
CMYK 0.64 0 0.10 0.47
HSL 170.23º 0.47% 0.36% -
HSV(B) 170.23º 0.64% 0.53% -
XYZ 13.38 19.36 21.12 -
YUV 107.69 135.51 86.14 -
System Red Green Blue C M Y K H S L
Decimal 49 135 121 0.64 0 0.10 0.47 170.23 0.47 0.36
Hex 31 87 79 40 0 A 2F AA 2F 24
Octal 61 207 171 100 0 12 57 252 57 44
Binary 110001 10000111 1111001 1000000 0 1010 101111 10101010 101111 100100

Color Harmonies of #318779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318779

Black with #318779

Text Example


Text Example

White with #318779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318779; }

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

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

background-color css

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

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

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

border-color css

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

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

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