Html Css Color HEX #313412 Green Waterloo

📋 copy color: '#313412'

red 49 ◦ green 52 ◦ blue 18

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

Shades of Green Waterloo #313412

Tints of Green Waterloo #313412

RGB

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

 GREEN value IS 52 (20.7% from 255) = 43.7%

 BLUE value IS 18 (7.42% from 255) = 15.13%

R = 41.18%
G = 43.7%
B = 15.13%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.65

 K value IS 0.80

RGB Variations

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

Color information

#313412 (or 0x313412) is known color: Green Waterloo. HEX triplet: 31, 34 and 12. RGB value is (49,52,18). Sum of RGB (Red+Green+Blue) = 49+52+18=119 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.18% from 119); Green value is 52 (20.70% from 255 or 43.70% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 52 - color contains mainly: green. Hex color #313412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313412 is #CECBED. Grayscale: #2F2F2F. Windows color (decimal): -13552622 or 1193009. OLE color: 1193009.

HSL color Cylindrical-coordinate representation of color #313412: hue angle of 65.29º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #313412 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.80.

Color convert

RGB 49 52 18 -
CMYK 0.06 0 0.65 0.80
HSL 65.29º 0.49% 0.14% -
HSV(B) 65.29º 0.65% 0.2% -
XYZ 2.6 3.15 1.04 -
YUV 47.23 111.51 129.26 -
System Red Green Blue C M Y K H S L
Decimal 49 52 18 0.06 0 0.65 0.80 65.29 0.49 0.14
Hex 31 34 12 6 0 41 50 41 31 E
Octal 61 64 22 6 0 101 120 101 61 16
Binary 110001 110100 10010 110 0 1000001 1010000 1000001 110001 1110

Color Harmonies of #313412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313412

Black with #313412

Text Example


Text Example

White with #313412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313412; }

 p { color: rgb(49,52,18); }

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

background-color css

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

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

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

border-color css

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

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

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