#313631

Color #313631 Gordons Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gordons Green #313631

Tints of Gordons Green #313631

Color information

#313631 (or 0x313631) is unknown color: approx 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

RGB495449-
CMYK0.0900.090.79
HSL120º4.85%20.2%-
HSV(B)120º9.26%21.18%-
XYZ3.143.513.42-
YUV51.93126.34125.91-

RGB Variations

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

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 (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4954490.0900.090.791204.8520.2
Hex3136319094F78514
Octal61666111011117170524
Binary1100011101101100011001010011001111111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>