Html Css Color HEX #31887B Elm

📋 copy color: '#31887B'

red 49 ◦ green 136 ◦ blue 123

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

Shades of Elm #31887B

Tints of Elm #31887B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.94%

R = 15.91%
G = 44.16%
B = 39.94%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#31887B (or 0x31887B) is known color: Elm. HEX triplet: 31, 88 and 7B. RGB value is (49,136,123). Sum of RGB (Red+Green+Blue) = 49+136+123=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 136 - color contains mainly: green. Hex color #31887B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31887B is #CE7784. Grayscale: #6C6C6C. Windows color (decimal): -13531013 or 8095793. OLE color: 8095793.

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

Color convert

RGB 49 136 123 -
CMYK 0.64 0 0.10 0.47
HSL 171.03º 0.47% 0.36% -
HSV(B) 171.03º 0.64% 0.53% -
XYZ 13.65 19.69 21.82 -
YUV 108.51 136.18 85.56 -
System Red Green Blue C M Y K H S L
Decimal 49 136 123 0.64 0 0.10 0.47 171.03 0.47 0.36
Hex 31 88 7B 40 0 A 2F AB 2F 24
Octal 61 210 173 100 0 12 57 253 57 44
Binary 110001 10001000 1111011 1000000 0 1010 101111 10101011 101111 100100

Color Harmonies of #31887B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31887B

Black with #31887B

Text Example


Text Example

White with #31887B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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