Html Css Color HEX #31897F Elm

📋 copy color: '#31897F'

red 49 ◦ green 137 ◦ blue 127

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

Shades of Elm #31897F

Tints of Elm #31897F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.58%

R = 15.65%
G = 43.77%
B = 40.58%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#31897F (or 0x31897F) is known color: Elm. HEX triplet: 31, 89 and 7F. RGB value is (49,137,127). Sum of RGB (Red+Green+Blue) = 49+137+127=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 137 - color contains mainly: green. Hex color #31897F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31897F is #CE7680. Grayscale: #6D6D6D. Windows color (decimal): -13530753 or 8358193. OLE color: 8358193.

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

Color convert

RGB 49 137 127 -
CMYK 0.64 0 0.07 0.46
HSL 173.18º 0.47% 0.36% -
HSV(B) 173.18º 0.64% 0.54% -
XYZ 14.04 20.08 23.21 -
YUV 109.55 137.85 84.81 -
System Red Green Blue C M Y K H S L
Decimal 49 137 127 0.64 0 0.07 0.46 173.18 0.47 0.36
Hex 31 89 7F 40 0 7 2E AD 2F 24
Octal 61 211 177 100 0 7 56 255 57 44
Binary 110001 10001001 1111111 1000000 0 111 101110 10101101 101111 100100

Color Harmonies of #31897F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31897F

Black with #31897F

Text Example


Text Example

White with #31897F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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