Html Css Color HEX #313831 Gordons Green

📋 copy color: '#313831'

red 49 ◦ green 56 ◦ blue 49

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

Shades of Gordons Green #313831

Tints of Gordons Green #313831

RGB

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

 GREEN value IS 56 (22.27% from 255) = 36.36%

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

R = 31.82%
G = 36.36%
B = 31.82%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#313831 (or 0x313831) is known color: Gordons Green. HEX triplet: 31, 38 and 31. RGB value is (49,56,49). Sum of RGB (Red+Green+Blue) = 49+56+49=154 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.82% from 154); Green value is 56 (22.27% from 255 or 36.36% from 154); Blue value is 49 (19.53% from 255 or 31.82% from 154); Max value from RGB is 56 - color contains mainly: green. Hex color #313831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313831 is #CEC7CE. Grayscale: #353535. Windows color (decimal): -13551567 or 3225649. OLE color: 3225649.

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

Color convert

RGB 49 56 49 -
CMYK 0.12 0 0.12 0.78
HSL 120º 0.07% 0.21% -
HSV(B) 120º 0.13% 0.22% -
XYZ 3.24 3.7 3.45 -
YUV 53.11 125.68 125.07 -
System Red Green Blue C M Y K H S L
Decimal 49 56 49 0.12 0 0.12 0.78 120 0.07 0.21
Hex 31 38 31 C 0 C 4E 78 7 15
Octal 61 70 61 14 0 14 116 170 7 25
Binary 110001 111000 110001 1100 0 1100 1001110 1111000 111 10101

Color Harmonies of #313831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313831

Black with #313831

Text Example


Text Example

White with #313831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313831; }

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

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

background-color css

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

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

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

border-color css

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

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

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