Html Css Color HEX #313832 Gordons Green

📋 copy color: '#313832'

red 49 ◦ green 56 ◦ blue 50

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

Shades of Gordons Green #313832

Tints of Gordons Green #313832

RGB

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

 GREEN value IS 56 (22.27% from 255) = 36.13%

 BLUE value IS 50 (19.92% from 255) = 32.26%

R = 31.61%
G = 36.13%
B = 32.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#313832 (or 0x313832) is known color: Gordons Green. HEX triplet: 31, 38 and 32. RGB value is (49,56,50). Sum of RGB (Red+Green+Blue) = 49+56+50=155 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.61% from 155); Green value is 56 (22.27% from 255 or 36.13% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 56 - color contains mainly: green. Hex color #313832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313832 is #CEC7CD. Grayscale: #353535. Windows color (decimal): -13551566 or 3291185. OLE color: 3291185.

HSL color Cylindrical-coordinate representation of color #313832: hue angle of 128.57º degrees, saturation: 0.07, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #313832 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB 49 56 50 -
CMYK 0.12 0 0.11 0.78
HSL 128.57º 0.07% 0.21% -
HSV(B) 128.57º 0.13% 0.22% -
XYZ 3.26 3.71 3.56 -
YUV 53.22 126.18 124.99 -
System Red Green Blue C M Y K H S L
Decimal 49 56 50 0.12 0 0.11 0.78 128.57 0.07 0.21
Hex 31 38 32 C 0 B 4E 81 7 15
Octal 61 70 62 14 0 13 116 201 7 25
Binary 110001 111000 110010 1100 0 1011 1001110 10000001 111 10101

Color Harmonies of #313832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313832

Black with #313832

Text Example


Text Example

White with #313832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313832; }

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

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

background-color css

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

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

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

border-color css

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

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

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