Html Css Color HEX #313420 Green Waterloo

📋 copy color: '#313420'

red 49 ◦ green 52 ◦ blue 32

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

Shades of Green Waterloo #313420

Tints of Green Waterloo #313420

RGB

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

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

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

R = 36.84%
G = 39.1%
B = 24.06%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.38

 K value IS 0.80

RGB Variations

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

Color information

#313420 (or 0x313420) is known color: Green Waterloo. HEX triplet: 31, 34 and 20. RGB value is (49,52,32). Sum of RGB (Red+Green+Blue) = 49+52+32=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 52 (20.70% from 255 or 39.10% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 52 - color contains mainly: green. Hex color #313420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313420 is #CECBDF. Grayscale: #303030. Windows color (decimal): -13552608 or 2110513. OLE color: 2110513.

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

Color convert

RGB 49 52 32 -
CMYK 0.06 0 0.38 0.80
HSL 69º 0.24% 0.16% -
HSV(B) 69º 0.38% 0.2% -
XYZ 2.76 3.21 1.84 -
YUV 48.82 118.51 128.13 -
System Red Green Blue C M Y K H S L
Decimal 49 52 32 0.06 0 0.38 0.80 69 0.24 0.16
Hex 31 34 20 6 0 26 50 45 18 10
Octal 61 64 40 6 0 46 120 105 30 20
Binary 110001 110100 100000 110 0 100110 1010000 1000101 11000 10000

Color Harmonies of #313420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313420

Black with #313420

Text Example


Text Example

White with #313420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313420; }

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

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

background-color css

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

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

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

border-color css

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

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

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