Html Css Color HEX #323522 Green Waterloo

📋 copy color: '#323522'

red 50 ◦ green 53 ◦ blue 34

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

Shades of Green Waterloo #323522

Tints of Green Waterloo #323522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 24.82%

R = 36.5%
G = 38.69%
B = 24.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.36

 K value IS 0.79

RGB Variations

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

Color information

#323522 (or 0x323522) is known color: Green Waterloo. HEX triplet: 32, 35 and 22. RGB value is (50,53,34). Sum of RGB (Red+Green+Blue) = 50+53+34=137 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.50% from 137); Green value is 53 (21.09% from 255 or 38.69% from 137); Blue value is 34 (13.67% from 255 or 24.82% from 137); Max value from RGB is 53 - color contains mainly: green. Hex color #323522 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323522 is #CDCADD. Grayscale: #323232. Windows color (decimal): -13486814 or 2241842. OLE color: 2241842.

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

Color convert

RGB 50 53 34 -
CMYK 0.06 0 0.36 0.79
HSL 69.47º 0.22% 0.17% -
HSV(B) 69.47º 0.36% 0.21% -
XYZ 2.88 3.34 2.01 -
YUV 49.94 119.01 128.04 -
System Red Green Blue C M Y K H S L
Decimal 50 53 34 0.06 0 0.36 0.79 69.47 0.22 0.17
Hex 32 35 22 6 0 24 4F 45 16 11
Octal 62 65 42 6 0 44 117 105 26 21
Binary 110010 110101 100010 110 0 100100 1001111 1000101 10110 10001

Color Harmonies of #323522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323522

Black with #323522

Text Example


Text Example

White with #323522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323522; }

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

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

background-color css

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

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

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

border-color css

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

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

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