Html Css Color HEX #323421 Green Waterloo

📋 copy color: '#323421'

red 50 ◦ green 52 ◦ blue 33

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

Shades of Green Waterloo #323421

Tints of Green Waterloo #323421

RGB

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

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

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

R = 37.04%
G = 38.52%
B = 24.44%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.37

 K value IS 0.80

RGB Variations

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

Color information

#323421 (or 0x323421) is known color: Green Waterloo. HEX triplet: 32, 34 and 21. RGB value is (50,52,33). Sum of RGB (Red+Green+Blue) = 50+52+33=135 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.04% from 135); Green value is 52 (20.70% from 255 or 38.52% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 52 - color contains mainly: green. Hex color #323421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323421 is #CDCBDE. Grayscale: #313131. Windows color (decimal): -13487071 or 2176050. OLE color: 2176050.

HSL color Cylindrical-coordinate representation of color #323421: hue angle of 66.32º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #323421 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 52 33 -
CMYK 0.04 0 0.37 0.80
HSL 66.32º 0.22% 0.17% -
HSV(B) 66.32º 0.37% 0.2% -
XYZ 2.82 3.24 1.92 -
YUV 49.24 118.84 128.54 -
System Red Green Blue C M Y K H S L
Decimal 50 52 33 0.04 0 0.37 0.80 66.32 0.22 0.17
Hex 32 34 21 4 0 25 50 42 16 11
Octal 62 64 41 4 0 45 120 102 26 21
Binary 110010 110100 100001 100 0 100101 1010000 1000010 10110 10001

Color Harmonies of #323421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323421

Black with #323421

Text Example


Text Example

White with #323421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323421; }

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

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

background-color css

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

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

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

border-color css

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

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

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