Html Css Color HEX #313531 Gordons Green

📋 copy color: '#313531'

red 49 ◦ green 53 ◦ blue 49

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

Shades of Gordons Green #313531

Tints of Gordons Green #313531

RGB

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

 GREEN value IS 53 (21.09% from 255) = 35.1%

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

R = 32.45%
G = 35.1%
B = 32.45%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.79

RGB Variations

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

Color information

#313531 (or 0x313531) is known color: Gordons Green. HEX triplet: 31, 35 and 31. RGB value is (49,53,49). Sum of RGB (Red+Green+Blue) = 49+53+49=151 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.45% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 49 (19.53% from 255 or 32.45% from 151); Max value from RGB is 53 - color contains mainly: green. Hex color #313531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313531 is #CECACE. Grayscale: #333333. Windows color (decimal): -13552335 or 3224881. OLE color: 3224881.

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

Color convert

RGB 49 53 49 -
CMYK 0.08 0 0.08 0.79
HSL 120º 0.04% 0.2% -
HSV(B) 120º 0.08% 0.21% -
XYZ 3.09 3.42 3.4 -
YUV 51.35 126.67 126.33 -
System Red Green Blue C M Y K H S L
Decimal 49 53 49 0.08 0 0.08 0.79 120 0.04 0.2
Hex 31 35 31 8 0 8 4F 78 4 14
Octal 61 65 61 10 0 10 117 170 4 24
Binary 110001 110101 110001 1000 0 1000 1001111 1111000 100 10100

Color Harmonies of #313531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313531

Black with #313531

Text Example


Text Example

White with #313531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313531; }

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

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

background-color css

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

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

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

border-color css

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

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

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