Html Css Color HEX #323420 Green Waterloo

📋 copy color: '#323420'

red 50 ◦ green 52 ◦ blue 32

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

Shades of Green Waterloo #323420

Tints of Green Waterloo #323420

RGB

 RED value IS 50 (19.92% from 255) = 37.31%

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

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

R = 37.31%
G = 38.81%
B = 23.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.80

RGB Variations

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

Color information

#323420 (or 0x323420) is known color: Green Waterloo. HEX triplet: 32, 34 and 20. RGB value is (50,52,32). Sum of RGB (Red+Green+Blue) = 50+52+32=134 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.31% from 134); Green value is 52 (20.70% from 255 or 38.81% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 52 - color contains mainly: green. Hex color #323420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323420 is #CDCBDF. Grayscale: #313131. Windows color (decimal): -13487072 or 2110514. OLE color: 2110514.

HSL color Cylindrical-coordinate representation of color #323420: hue angle of 66º 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 #323420 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 52 32 -
CMYK 0.04 0 0.38 0.80
HSL 66º 0.24% 0.16% -
HSV(B) 66º 0.38% 0.2% -
XYZ 2.8 3.24 1.84 -
YUV 49.12 118.34 128.63 -
System Red Green Blue C M Y K H S L
Decimal 50 52 32 0.04 0 0.38 0.80 66 0.24 0.16
Hex 32 34 20 4 0 26 50 42 18 10
Octal 62 64 40 4 0 46 120 102 30 20
Binary 110010 110100 100000 100 0 100110 1010000 1000010 11000 10000

Color Harmonies of #323420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323420

Black with #323420

Text Example


Text Example

White with #323420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323420; }

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

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

background-color css

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

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

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

border-color css

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

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

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