Html Css Color HEX #318378 Elm

📋 copy color: '#318378'

red 49 ◦ green 131 ◦ blue 120

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

Shades of Elm #318378

Tints of Elm #318378

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.67%

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

R = 16.33%
G = 43.67%
B = 40%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#318378 (or 0x318378) is known color: Elm. HEX triplet: 31, 83 and 78. RGB value is (49,131,120). Sum of RGB (Red+Green+Blue) = 49+131+120=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 131 (51.56% from 255 or 43.67% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 131 - color contains mainly: green. Hex color #318378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318378 is #CE7C87. Grayscale: #696969. Windows color (decimal): -13532296 or 7897905. OLE color: 7897905.

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

Color convert

RGB 49 131 120 -
CMYK 0.63 0 0.08 0.49
HSL 171.95º 0.46% 0.35% -
HSV(B) 171.95º 0.63% 0.51% -
XYZ 12.77 18.24 20.62 -
YUV 105.23 136.33 87.89 -
System Red Green Blue C M Y K H S L
Decimal 49 131 120 0.63 0 0.08 0.49 171.95 0.46 0.35
Hex 31 83 78 3F 0 8 31 AC 2E 23
Octal 61 203 170 77 0 10 61 254 56 43
Binary 110001 10000011 1111000 111111 0 1000 110001 10101100 101110 100011

Color Harmonies of #318378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318378

Black with #318378

Text Example


Text Example

White with #318378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318378; }

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

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

background-color css

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

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

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

border-color css

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

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

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