Html Css Color HEX #31877E Elm

📋 copy color: '#31877E'

red 49 ◦ green 135 ◦ blue 126

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

Shades of Elm #31877E

Tints of Elm #31877E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.55%

 BLUE value IS 126 (49.61% from 255) = 40.65%

R = 15.81%
G = 43.55%
B = 40.65%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#31877E (or 0x31877E) is known color: Elm. HEX triplet: 31, 87 and 7E. RGB value is (49,135,126). Sum of RGB (Red+Green+Blue) = 49+135+126=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 135 (53.12% from 255 or 43.55% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 135 - color contains mainly: green. Hex color #31877E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31877E is #CE7881. Grayscale: #6C6C6C. Windows color (decimal): -13531266 or 8292145. OLE color: 8292145.

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

Color convert

RGB 49 135 126 -
CMYK 0.64 0 0.07 0.47
HSL 173.72º 0.47% 0.36% -
HSV(B) 173.72º 0.64% 0.53% -
XYZ 13.7 19.49 22.78 -
YUV 108.26 138.01 85.73 -
System Red Green Blue C M Y K H S L
Decimal 49 135 126 0.64 0 0.07 0.47 173.72 0.47 0.36
Hex 31 87 7E 40 0 7 2F AE 2F 24
Octal 61 207 176 100 0 7 57 256 57 44
Binary 110001 10000111 1111110 1000000 0 111 101111 10101110 101111 100100

Color Harmonies of #31877E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31877E

Black with #31877E

Text Example


Text Example

White with #31877E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31877E; }

 p { color: rgb(49,135,126); }

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

background-color css

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

 a { background-color: rgb(49,135,126); }

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

border-color css

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

 span { border-color: rgb(49,135,126); }

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