Html Css Color HEX #318478 Elm

📋 copy color: '#318478'

red 49 ◦ green 132 ◦ blue 120

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

Shades of Elm #318478

Tints of Elm #318478

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.85%

 BLUE value IS 120 (47.27% from 255) = 39.87%

R = 16.28%
G = 43.85%
B = 39.87%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#318478 (or 0x318478) is known color: Elm. HEX triplet: 31, 84 and 78. RGB value is (49,132,120). Sum of RGB (Red+Green+Blue) = 49+132+120=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 132 (51.95% from 255 or 43.85% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 132 - color contains mainly: green. Hex color #318478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318478 is #CE7B87. Grayscale: #696969. Windows color (decimal): -13532040 or 7898161. OLE color: 7898161.

HSL color Cylindrical-coordinate representation of color #318478: hue angle of 171.33º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #318478 is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 132 120 -
CMYK 0.63 0 0.09 0.48
HSL 171.33º 0.46% 0.35% -
HSV(B) 171.33º 0.63% 0.52% -
XYZ 12.91 18.51 20.66 -
YUV 105.82 136 87.48 -
System Red Green Blue C M Y K H S L
Decimal 49 132 120 0.63 0 0.09 0.48 171.33 0.46 0.35
Hex 31 84 78 3F 0 9 30 AB 2E 23
Octal 61 204 170 77 0 11 60 253 56 43
Binary 110001 10000100 1111000 111111 0 1001 110000 10101011 101110 100011

Color Harmonies of #318478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318478

Black with #318478

Text Example


Text Example

White with #318478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318478; }

 p { color: rgb(49,132,120); }

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

background-color css

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

 a { background-color: rgb(49,132,120); }

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

border-color css

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

 span { border-color: rgb(49,132,120); }

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