Html Css Color HEX #31877F Elm

📋 copy color: '#31877F'

red 49 ◦ green 135 ◦ blue 127

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

Shades of Elm #31877F

Tints of Elm #31877F

RGB

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

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

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

R = 15.76%
G = 43.41%
B = 40.84%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#31877F (or 0x31877F) is known color: Elm. HEX triplet: 31, 87 and 7F. RGB value is (49,135,127). Sum of RGB (Red+Green+Blue) = 49+135+127=311 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.76% from 311); Green value is 135 (53.12% from 255 or 43.41% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 135 - color contains mainly: green. Hex color #31877F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31877F is #CE7880. Grayscale: #6C6C6C. Windows color (decimal): -13531265 or 8357681. OLE color: 8357681.

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

Color convert

RGB 49 135 127 -
CMYK 0.64 0 0.06 0.47
HSL 174.42º 0.47% 0.36% -
HSV(B) 174.42º 0.64% 0.53% -
XYZ 13.76 19.51 23.12 -
YUV 108.37 138.51 85.65 -
System Red Green Blue C M Y K H S L
Decimal 49 135 127 0.64 0 0.06 0.47 174.42 0.47 0.36
Hex 31 87 7F 40 0 6 2F AE 2F 24
Octal 61 207 177 100 0 6 57 256 57 44
Binary 110001 10000111 1111111 1000000 0 110 101111 10101110 101111 100100

Color Harmonies of #31877F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31877F

Black with #31877F

Text Example


Text Example

White with #31877F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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