Html Css Color HEX #313314 Green Waterloo

📋 copy color: '#313314'

red 49 ◦ green 51 ◦ blue 20

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

Shades of Green Waterloo #313314

Tints of Green Waterloo #313314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 16.67%

R = 40.83%
G = 42.5%
B = 16.67%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.61

 K value IS 0.8

RGB Variations

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

Color information

#313314 (or 0x313314) is known color: Green Waterloo. HEX triplet: 31, 33 and 14. RGB value is (49,51,20). Sum of RGB (Red+Green+Blue) = 49+51+20=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 51 (20.31% from 255 or 42.5% from 120); Blue value is 20 (8.20% from 255 or 16.67% from 120); Max value from RGB is 51 - color contains mainly: green. Hex color #313314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313314 is #CECCEB. Grayscale: #2E2E2E. Windows color (decimal): -13552876 or 1323825. OLE color: 1323825.

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

Color convert

RGB 49 51 20 -
CMYK 0.04 0 0.61 0.8
HSL 63.87º 0.44% 0.14% -
HSV(B) 63.87º 0.61% 0.2% -
XYZ 2.58 3.07 1.12 -
YUV 46.87 112.84 129.52 -
System Red Green Blue C M Y K H S L
Decimal 49 51 20 0.04 0 0.61 0.8 63.87 0.44 0.14
Hex 31 33 14 4 0 3D 50 40 2C E
Octal 61 63 24 4 0 75 120 100 54 16
Binary 110001 110011 10100 100 0 111101 1010000 1000000 101100 1110

Color Harmonies of #313314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313314

Black with #313314

Text Example


Text Example

White with #313314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313314; }

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

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

background-color css

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

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

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

border-color css

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

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

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