Html Css Color HEX #323521 Green Waterloo

📋 copy color: '#323521'

red 50 ◦ green 53 ◦ blue 33

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

Shades of Green Waterloo #323521

Tints of Green Waterloo #323521

RGB

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

 GREEN value IS 53 (21.09% from 255) = 38.97%

 BLUE value IS 33 (13.28% from 255) = 24.26%

R = 36.76%
G = 38.97%
B = 24.26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.38

 K value IS 0.79

RGB Variations

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

Color information

#323521 (or 0x323521) is known color: Green Waterloo. HEX triplet: 32, 35 and 21. RGB value is (50,53,33). Sum of RGB (Red+Green+Blue) = 50+53+33=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 33 (13.28% from 255 or 24.26% from 136); Max value from RGB is 53 - color contains mainly: green. Hex color #323521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323521 is #CDCADE. Grayscale: #313131. Windows color (decimal): -13486815 or 2176306. OLE color: 2176306.

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

Color convert

RGB 50 53 33 -
CMYK 0.06 0 0.38 0.79
HSL 69º 0.23% 0.17% -
HSV(B) 69º 0.38% 0.21% -
XYZ 2.86 3.33 1.93 -
YUV 49.82 118.51 128.13 -
System Red Green Blue C M Y K H S L
Decimal 50 53 33 0.06 0 0.38 0.79 69 0.23 0.17
Hex 32 35 21 6 0 26 4F 45 17 11
Octal 62 65 41 6 0 46 117 105 27 21
Binary 110010 110101 100001 110 0 100110 1001111 1000101 10111 10001

Color Harmonies of #323521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323521

Black with #323521

Text Example


Text Example

White with #323521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323521; }

 p { color: rgb(50,53,33); }

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

background-color css

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

 a { background-color: rgb(50,53,33); }

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

border-color css

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

 span { border-color: rgb(50,53,33); }

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