#313331

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

Shades of Gordons Green #313331

Tints of Gordons Green #313331

Color information

#313331 (or 0x313331) is unknown color: approx Gordons Green. HEX triplet: 31, 33 and 31. RGB value is (49,51,49). Sum of RGB (Red+Green+Blue) = 49+51+49=149 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.89% from 149); Green value is 51 (20.31% from 255 or 34.23% from 149); Blue value is 49 (19.53% from 255 or 32.89% from 149); Max value from RGB is 51 - color contains mainly: green. Hex color #313331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313331 is #CECCCE. Grayscale: #323232. Windows color (decimal): -13552847 or 3224369. OLE color: 3224369.

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

Color convert

RGB495149-
CMYK0.0400.040.8
HSL120º2%19.61%-
HSV(B)120º3.92%20%-
XYZ33.243.37-
YUV50.17127.34127.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.89%
GREEN value IS 51 (20.31% from 255) = 34.23%
BLUE value IS 49 (19.53% from 255) = 32.89%
R=32.89%
G=34.23%
B=32.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4951490.0400.040.8120219.61
Hex3133314045078214
Octal616361404120170224
Binary1100011100111100011000100101000011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313331; }

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

 H1.HeaderClassName
 {
   color: #313331;
 }
 .AnyTagClassName
 {
   color: #313331;
 }
</style>
background-color css

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

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

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

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

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

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