Html Css Color HEX #318878 Elm

📋 copy color: '#318878'

red 49 ◦ green 136 ◦ blue 120

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

Shades of Elm #318878

Tints of Elm #318878

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.59%

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

R = 16.07%
G = 44.59%
B = 39.34%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#318878 (or 0x318878) is known color: Elm. HEX triplet: 31, 88 and 78. RGB value is (49,136,120). Sum of RGB (Red+Green+Blue) = 49+136+120=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 136 (53.52% from 255 or 44.59% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 136 - color contains mainly: green. Hex color #318878 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318878 is #CE7787. Grayscale: #6C6C6C. Windows color (decimal): -13531016 or 7899185. OLE color: 7899185.

HSL color Cylindrical-coordinate representation of color #318878: hue angle of 168.97º 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 #318878 is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 136 120 -
CMYK 0.64 0 0.12 0.47
HSL 168.97º 0.47% 0.36% -
HSV(B) 168.97º 0.64% 0.53% -
XYZ 13.46 19.62 20.85 -
YUV 108.16 134.68 85.8 -
System Red Green Blue C M Y K H S L
Decimal 49 136 120 0.64 0 0.12 0.47 168.97 0.47 0.36
Hex 31 88 78 40 0 C 2F A9 2F 24
Octal 61 210 170 100 0 14 57 251 57 44
Binary 110001 10001000 1111000 1000000 0 1100 101111 10101001 101111 100100

Color Harmonies of #318878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318878

Black with #318878

Text Example


Text Example

White with #318878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318878; }

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

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

background-color css

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

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

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

border-color css

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

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

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