Html Css Color HEX #318880 Elm

📋 copy color: '#318880'

red 49 ◦ green 136 ◦ blue 128

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

Shades of Elm #318880

Tints of Elm #318880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 40.89%

R = 15.65%
G = 43.45%
B = 40.89%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#318880 (or 0x318880) is known color: Elm. HEX triplet: 31, 88 and 80. RGB value is (49,136,128). Sum of RGB (Red+Green+Blue) = 49+136+128=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 136 - color contains mainly: green. Hex color #318880 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318880 is #CE777F. Grayscale: #6D6D6D. Windows color (decimal): -13531008 or 8423473. OLE color: 8423473.

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

Color convert

RGB 49 136 128 -
CMYK 0.64 0 0.06 0.47
HSL 174.48º 0.47% 0.36% -
HSV(B) 174.48º 0.64% 0.53% -
XYZ 13.97 19.82 23.51 -
YUV 109.08 138.68 85.15 -
System Red Green Blue C M Y K H S L
Decimal 49 136 128 0.64 0 0.06 0.47 174.48 0.47 0.36
Hex 31 88 80 40 0 6 2F AE 2F 24
Octal 61 210 200 100 0 6 57 256 57 44
Binary 110001 10001000 10000000 1000000 0 110 101111 10101110 101111 100100

Color Harmonies of #318880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318880

Black with #318880

Text Example


Text Example

White with #318880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318880; }

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

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

background-color css

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

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

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

border-color css

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

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

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