Html Css Color HEX #313C31 Gordons Green

📋 copy color: '#313C31'

red 49 ◦ green 60 ◦ blue 49

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

Shades of Gordons Green #313C31

Tints of Gordons Green #313C31

RGB

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

 GREEN value IS 60 (23.83% from 255) = 37.97%

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

R = 31.01%
G = 37.97%
B = 31.01%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.18

 K value IS 0.76

RGB Variations

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

Color information

#313C31 (or 0x313C31) is known color: Gordons Green. HEX triplet: 31, 3C and 31. RGB value is (49,60,49). Sum of RGB (Red+Green+Blue) = 49+60+49=158 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.01% from 158); Green value is 60 (23.83% from 255 or 37.97% from 158); Blue value is 49 (19.53% from 255 or 31.01% from 158); Max value from RGB is 60 - color contains mainly: green. Hex color #313C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313C31 is #CEC3CE. Grayscale: #373737. Windows color (decimal): -13550543 or 3226673. OLE color: 3226673.

HSL color Cylindrical-coordinate representation of color #313C31: hue angle of 120º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #313C31 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.

Color convert

RGB 49 60 49 -
CMYK 0.18 0 0.18 0.76
HSL 120º 0.1% 0.21% -
HSV(B) 120º 0.18% 0.24% -
XYZ 3.44 4.11 3.52 -
YUV 55.46 124.36 123.39 -
System Red Green Blue C M Y K H S L
Decimal 49 60 49 0.18 0 0.18 0.76 120 0.1 0.21
Hex 31 3C 31 12 0 12 4C 78 A 15
Octal 61 74 61 22 0 22 114 170 12 25
Binary 110001 111100 110001 10010 0 10010 1001100 1111000 1010 10101

Color Harmonies of #313C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313C31

Black with #313C31

Text Example


Text Example

White with #313C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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