Html Css Color HEX #313731 Gordons Green

📋 copy color: '#313731'

red 49 ◦ green 55 ◦ blue 49

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

Shades of Gordons Green #313731

Tints of Gordons Green #313731

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.95%

 BLUE value IS 49 (19.53% from 255) = 32.03%

R = 32.03%
G = 35.95%
B = 32.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#313731 (or 0x313731) is known color: Gordons Green. HEX triplet: 31, 37 and 31. RGB value is (49,55,49). Sum of RGB (Red+Green+Blue) = 49+55+49=153 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.03% from 153); Green value is 55 (21.88% from 255 or 35.95% from 153); Blue value is 49 (19.53% from 255 or 32.03% from 153); Max value from RGB is 55 - color contains mainly: green. Hex color #313731 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313731 is #CEC8CE. Grayscale: #343434. Windows color (decimal): -13551823 or 3225393. OLE color: 3225393.

HSL color Cylindrical-coordinate representation of color #313731: hue angle of 120º degrees, saturation: 0.06, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #313731 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB 49 55 49 -
CMYK 0.11 0 0.11 0.78
HSL 120º 0.06% 0.2% -
HSV(B) 120º 0.11% 0.22% -
XYZ 3.19 3.61 3.43 -
YUV 52.52 126.01 125.49 -
System Red Green Blue C M Y K H S L
Decimal 49 55 49 0.11 0 0.11 0.78 120 0.06 0.2
Hex 31 37 31 B 0 B 4E 78 6 14
Octal 61 67 61 13 0 13 116 170 6 24
Binary 110001 110111 110001 1011 0 1011 1001110 1111000 110 10100

Color Harmonies of #313731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313731

Black with #313731

Text Example


Text Example

White with #313731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313731; }

 p { color: rgb(49,55,49); }

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

background-color css

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

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

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

border-color css

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

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

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