Html Css Color HEX #31897C Elm

📋 copy color: '#31897C'

red 49 ◦ green 137 ◦ blue 124

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

Shades of Elm #31897C

Tints of Elm #31897C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.19%

 BLUE value IS 124 (48.83% from 255) = 40%

R = 15.81%
G = 44.19%
B = 40%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#31897C (or 0x31897C) is known color: Elm. HEX triplet: 31, 89 and 7C. RGB value is (49,137,124). Sum of RGB (Red+Green+Blue) = 49+137+124=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 137 (53.91% from 255 or 44.19% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 137 - color contains mainly: green. Hex color #31897C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31897C is #CE7683. Grayscale: #6D6D6D. Windows color (decimal): -13530756 or 8161585. OLE color: 8161585.

HSL color Cylindrical-coordinate representation of color #31897C: hue angle of 171.14º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31897C is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 49 137 124 -
CMYK 0.64 0 0.09 0.46
HSL 171.14º 0.47% 0.36% -
HSV(B) 171.14º 0.64% 0.54% -
XYZ 13.85 20 22.2 -
YUV 109.21 136.35 85.06 -
System Red Green Blue C M Y K H S L
Decimal 49 137 124 0.64 0 0.09 0.46 171.14 0.47 0.36
Hex 31 89 7C 40 0 9 2E AB 2F 24
Octal 61 211 174 100 0 11 56 253 57 44
Binary 110001 10001001 1111100 1000000 0 1001 101110 10101011 101111 100100

Color Harmonies of #31897C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31897C

Black with #31897C

Text Example


Text Example

White with #31897C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31897C; }

 p { color: rgb(49,137,124); }

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

background-color css

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

 a { background-color: rgb(49,137,124); }

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

border-color css

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

 span { border-color: rgb(49,137,124); }

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