Html Css Color HEX #313931 Gordons Green

📋 copy color: '#313931'

red 49 ◦ green 57 ◦ blue 49

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

Shades of Gordons Green #313931

Tints of Gordons Green #313931

RGB

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

 GREEN value IS 57 (22.66% from 255) = 36.77%

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

R = 31.61%
G = 36.77%
B = 31.61%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.78

RGB Variations

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

Color information

#313931 (or 0x313931) is known color: Gordons Green. HEX triplet: 31, 39 and 31. RGB value is (49,57,49). Sum of RGB (Red+Green+Blue) = 49+57+49=155 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.61% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 49 (19.53% from 255 or 31.61% from 155); Max value from RGB is 57 - color contains mainly: green. Hex color #313931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313931 is #CEC6CE. Grayscale: #353535. Windows color (decimal): -13551311 or 3225905. OLE color: 3225905.

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

Color convert

RGB 49 57 49 -
CMYK 0.14 0 0.14 0.78
HSL 120º 0.08% 0.21% -
HSV(B) 120º 0.14% 0.22% -
XYZ 3.28 3.8 3.47 -
YUV 53.7 125.35 124.65 -
System Red Green Blue C M Y K H S L
Decimal 49 57 49 0.14 0 0.14 0.78 120 0.08 0.21
Hex 31 39 31 E 0 E 4E 78 8 15
Octal 61 71 61 16 0 16 116 170 10 25
Binary 110001 111001 110001 1110 0 1110 1001110 1111000 1000 10101

Color Harmonies of #313931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313931

Black with #313931

Text Example


Text Example

White with #313931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313931; }

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

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

background-color css

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

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

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

border-color css

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

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

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