#313932

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

Shades of Gordons Green #313932

Tints of Gordons Green #313932

Color information

#313932 (or 0x313932) is unknown color: approx Gordons Green. HEX triplet: 31, 39 and 32. RGB value is (49,57,50). Sum of RGB (Red+Green+Blue) = 49+57+50=156 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.41% from 156); Green value is 57 (22.66% from 255 or 36.54% from 156); Blue value is 50 (19.92% from 255 or 32.05% from 156); Max value from RGB is 57 - color contains mainly: green. Hex color #313932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313932 is #CEC6CD. Grayscale: #353535. Windows color (decimal): -13551310 or 3291441. OLE color: 3291441.

HSL color Cylindrical-coordinate representation of color #313932: hue angle of 127.5º 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 #313932 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB495750-
CMYK0.1400.120.78
HSL127.5º7.55%20.78%-
HSV(B)127.5º14.04%22.35%-
XYZ3.313.813.58-
YUV53.81125.85124.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.41%
GREEN value IS 57 (22.66% from 255) = 36.54%
BLUE value IS 50 (19.92% from 255) = 32.05%
R=31.41%
G=36.54%
B=32.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4957500.1400.120.78127.57.5520.78
Hex313932E0C4E7f815
Octal617162160141161771025
Binary11000111100111001011100110010011101111111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313932; }

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

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

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

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

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

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

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

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