Html Css Color HEX #313631 Gordons Green

📋 copy color: '#313631'

red 49 ◦ green 54 ◦ blue 49

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

Shades of Gordons Green #313631

Tints of Gordons Green #313631

RGB

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

 GREEN value IS 54 (21.48% from 255) = 35.53%

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

R = 32.24%
G = 35.53%
B = 32.24%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.79

RGB Variations

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

Color information

#313631 (or 0x313631) is known color: Gordons Green. HEX triplet: 31, 36 and 31. RGB value is (49,54,49). Sum of RGB (Red+Green+Blue) = 49+54+49=152 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.24% from 152); Green value is 54 (21.48% from 255 or 35.53% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 54 - color contains mainly: green. Hex color #313631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313631 is #CEC9CE. Grayscale: #333333. Windows color (decimal): -13552079 or 3225137. OLE color: 3225137.

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

Color convert

RGB 49 54 49 -
CMYK 0.09 0 0.09 0.79
HSL 120º 0.05% 0.2% -
HSV(B) 120º 0.09% 0.21% -
XYZ 3.14 3.51 3.42 -
YUV 51.94 126.34 125.91 -
System Red Green Blue C M Y K H S L
Decimal 49 54 49 0.09 0 0.09 0.79 120 0.05 0.2
Hex 31 36 31 9 0 9 4F 78 5 14
Octal 61 66 61 11 0 11 117 170 5 24
Binary 110001 110110 110001 1001 0 1001 1001111 1111000 101 10100

Color Harmonies of #313631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313631

Black with #313631

Text Example


Text Example

White with #313631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313631; }

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

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

background-color css

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

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

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

border-color css

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

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

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