Html Css Color HEX #313320 Green Waterloo

📋 copy color: '#313320'

red 49 ◦ green 51 ◦ blue 32

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

Shades of Green Waterloo #313320

Tints of Green Waterloo #313320

RGB

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

 GREEN value IS 51 (20.31% from 255) = 38.64%

 BLUE value IS 32 (12.89% from 255) = 24.24%

R = 37.12%
G = 38.64%
B = 24.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.37

 K value IS 0.8

RGB Variations

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

Color information

#313320 (or 0x313320) is known color: Green Waterloo. HEX triplet: 31, 33 and 20. RGB value is (49,51,32). Sum of RGB (Red+Green+Blue) = 49+51+32=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 51 (20.31% from 255 or 38.64% from 132); Blue value is 32 (12.89% from 255 or 24.24% from 132); Max value from RGB is 51 - color contains mainly: green. Hex color #313320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313320 is #CECCDF. Grayscale: #303030. Windows color (decimal): -13552864 or 2110257. OLE color: 2110257.

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

Color convert

RGB 49 51 32 -
CMYK 0.04 0 0.37 0.8
HSL 66.32º 0.23% 0.16% -
HSV(B) 66.32º 0.37% 0.2% -
XYZ 2.71 3.12 1.83 -
YUV 48.24 118.84 128.54 -
System Red Green Blue C M Y K H S L
Decimal 49 51 32 0.04 0 0.37 0.8 66.32 0.23 0.16
Hex 31 33 20 4 0 25 50 42 17 10
Octal 61 63 40 4 0 45 120 102 27 20
Binary 110001 110011 100000 100 0 100101 1010000 1000010 10111 10000

Color Harmonies of #313320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313320

Black with #313320

Text Example


Text Example

White with #313320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313320; }

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

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

background-color css

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

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

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

border-color css

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

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

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