Html Css Color HEX #318477 Elm

📋 copy color: '#318477'

red 49 ◦ green 132 ◦ blue 119

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

Shades of Elm #318477

Tints of Elm #318477

RGB

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

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

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

R = 16.33%
G = 44%
B = 39.67%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#318477 (or 0x318477) is known color: Elm. HEX triplet: 31, 84 and 77. RGB value is (49,132,119). Sum of RGB (Red+Green+Blue) = 49+132+119=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 119 (46.88% from 255 or 39.67% from 300); Max value from RGB is 132 - color contains mainly: green. Hex color #318477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318477 is #CE7B88. Grayscale: #696969. Windows color (decimal): -13532041 or 7832625. OLE color: 7832625.

HSL color Cylindrical-coordinate representation of color #318477: hue angle of 170.6º 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 #318477 is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 132 119 -
CMYK 0.63 0 0.10 0.48
HSL 170.6º 0.46% 0.35% -
HSV(B) 170.6º 0.63% 0.52% -
XYZ 12.85 18.49 20.34 -
YUV 105.7 135.5 87.56 -
System Red Green Blue C M Y K H S L
Decimal 49 132 119 0.63 0 0.10 0.48 170.6 0.46 0.35
Hex 31 84 77 3F 0 A 30 AB 2E 23
Octal 61 204 167 77 0 12 60 253 56 43
Binary 110001 10000100 1110111 111111 0 1010 110000 10101011 101110 100011

Color Harmonies of #318477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318477

Black with #318477

Text Example


Text Example

White with #318477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318477; }

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

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

background-color css

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

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

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

border-color css

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

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

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