Html Css Color HEX #31887D Elm

📋 copy color: '#31887D'

red 49 ◦ green 136 ◦ blue 125

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

Shades of Elm #31887D

Tints of Elm #31887D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.32%

R = 15.81%
G = 43.87%
B = 40.32%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#31887D (or 0x31887D) is known color: Elm. HEX triplet: 31, 88 and 7D. RGB value is (49,136,125). Sum of RGB (Red+Green+Blue) = 49+136+125=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 136 - color contains mainly: green. Hex color #31887D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31887D is #CE7782. Grayscale: #6C6C6C. Windows color (decimal): -13531011 or 8226865. OLE color: 8226865.

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

Color convert

RGB 49 136 125 -
CMYK 0.64 0 0.08 0.47
HSL 172.41º 0.47% 0.36% -
HSV(B) 172.41º 0.64% 0.53% -
XYZ 13.77 19.74 22.49 -
YUV 108.73 137.18 85.39 -
System Red Green Blue C M Y K H S L
Decimal 49 136 125 0.64 0 0.08 0.47 172.41 0.47 0.36
Hex 31 88 7D 40 0 8 2F AC 2F 24
Octal 61 210 175 100 0 10 57 254 57 44
Binary 110001 10001000 1111101 1000000 0 1000 101111 10101100 101111 100100

Color Harmonies of #31887D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31887D

Black with #31887D

Text Example


Text Example

White with #31887D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31887D; }

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

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

background-color css

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

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

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

border-color css

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

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

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